Home
last modified time | relevance | path

Searched refs:OP_FORPREP (Results 1 – 4 of 4) sorted by relevance

/external/lua/src/
Dlopcodes.h222 OP_FORPREP,/* A sBx R(A)-=R(A+2); pc+=sBx */ enumerator
Dluac.c373 case OP_FORPREP: in PrintCode()
Dlvm.c1214 vmcase(OP_FORPREP) { in luaV_execute()
Dlparser.c1298 prep = isnum ? luaK_codeAsBx(fs, OP_FORPREP, base, NO_JUMP) : luaK_jump(fs); in forbody()