pub fn test_t_mode(op: OpCode) -> bool
True if this opcode is a test (the next instruction must be a jump).
C: testTMode(m) — luaP_opmodes[m] & (1 << 4)
testTMode(m)
luaP_opmodes[m] & (1 << 4)