| 413 | |
| 414 | |
| 415 | static int code_label (FuncState *fs, int A, int b, int jump) { |
| 416 | luaK_getlabel(fs); /* those instructions may be jump targets */ |
| 417 | return luaK_codeABC(fs, OP_LOADBOOL, A, b, jump); |
| 418 | } |
| 419 | |
| 420 | |
| 421 | static void discharge2reg (FuncState *fs, expdesc *e, int reg) { |
no test coverage detected