Home | History | Annotate | Download | only in src

Lines Matching refs:endfor

1287   int prep, endfor;
1298 endfor = luaK_codeAsBx(fs, OP_FORLOOP, base, NO_JUMP);
1302 endfor = luaK_codeAsBx(fs, OP_TFORLOOP, base + 2, NO_JUMP);
1304 luaK_patchlist(fs, endfor, prep + 1);