pub fn test_ot_mode(op: OpCode) -> bool
True if this opcode sets L->top for the next instruction (C == 0 case).
L->top
C: testOTMode(m) — luaP_opmodes[m] & (1 << 6)
testOTMode(m)
luaP_opmodes[m] & (1 << 6)