Searched refs:forprep (Results 1 – 2 of 2) sorted by relevance
206 static int forprep (lua_State *L, StkId ra) { in forprep() function1723 if (forprep(L, ra)) in luaV_execute()
1536 static const OpCode forprep[2] = {OP_FORPREP, OP_TFORPREP}; in forbody() local1542 prep = luaK_codeABx(fs, forprep[isgen], base, 0); in forbody()