| 335 | |
| 336 | |
| 337 | static int code_label (FuncState *fs, int A, int b, int jump) { |
| 338 | luaK_getlabel(fs); /* those instructions may be jump targets */ |
| 339 | return luaK_codeABC(fs, OP_LOADBOOL, A, b, jump); |
| 340 | } |
| 341 | |
| 342 | |
| 343 | static void discharge2reg (FuncState *fs, expdesc *e, int reg) { |
no test coverage detected