| 437 | |
| 438 | |
| 439 | static int code_label (FuncState *fs, int A, int b, int jump) { |
| 440 | luaK_getlabel(fs); /* those instructions may be jump targets */ |
| 441 | return luaK_codeABC(fs, OP_LOADBOOL, A, b, jump); |
| 442 | } |
| 443 | |
| 444 | |
| 445 | static void discharge2reg (FuncState *fs, expdesc *e, int reg) { |
no test coverage detected