pub fn test_mm_mode(op: OpCode) -> bool
True if this opcode is a metamethod call.
C: testMMMode(m) — luaP_opmodes[m] & (1 << 7)
testMMMode(m)
luaP_opmodes[m] & (1 << 7)