Home
last modified time | relevance | path

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

/external/lua/src/
Dlopcodes.h293 OP_FORPREP,/* A Bx <check values and prepare counters>; enumerator
Dluac.c620 case OP_FORPREP: in PrintCode()
Dlvm.c1721 vmcase(OP_FORPREP) { in luaV_execute()
Dlparser.c1536 static const OpCode forprep[2] = {OP_FORPREP, OP_TFORPREP}; in forbody()