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