pub fn test_it_mode(op: OpCode) -> bool
True if this opcode uses L->top as set by the previous instruction (B == 0 case).
L->top
C: testITMode(m) — luaP_opmodes[m] & (1 << 5)
testITMode(m)
luaP_opmodes[m] & (1 << 5)