Home | History | Annotate | Download | only in src

Lines Matching refs:luaK_codeAsBx

1298   prep = isnum ? luaK_codeAsBx(fs, OP_FORPREP, base, NO_JUMP) : luaK_jump(fs);
1306 endfor = luaK_codeAsBx(fs, OP_FORLOOP, base, NO_JUMP);
1310 endfor = luaK_codeAsBx(fs, OP_TFORLOOP, base + 2, NO_JUMP);