| 4004 | |
| 4005 | |
| 4006 | static int code_label (FuncState *fs, int A, int b, int jump) { |
| 4007 | luaK_getlabel(fs); /* those instructions may be jump targets */ |
| 4008 | return luaK_codeABC(fs, OP_LOADBOOL, A, b, jump); |
| 4009 | } |
| 4010 | |
| 4011 | |
| 4012 | static void discharge2reg (FuncState *fs, expdesc *e, int reg) { |
no test coverage detected