Home
last modified time | relevance | path

Searched refs:forprep (Results 1 – 2 of 2) sorted by relevance

/src/contrib/lua/src/
H A Dlvm.c212 static int forprep (lua_State *L, StkId ra) { in forprep() function
1813 if (forprep(L, ra)) in luaV_execute()
H A Dlparser.c1545 static const OpCode forprep[2] = {OP_FORPREP, OP_TFORPREP}; in forbody() local
1551 prep = luaK_codeABx(fs, forprep[isgen], base, 0); in forbody()