Skip to main content

test_ot_mode

Function test_ot_mode 

Source
pub fn test_ot_mode(op: OpCode) -> bool
Expand description

True if this opcode sets L->top for the next instruction (C == 0 case).

C: testOTMode(m)luaP_opmodes[m] & (1 << 6)