Home
last modified time | relevance | path

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

/external/lua/src/
Dlopcodes.h296 OP_TFORPREP,/* A Bx create upvalue for R[A + 3]; pc+=Bx */ enumerator
Dluac.c624 case OP_TFORPREP: in PrintCode()
Dlvm.c1727 vmcase(OP_TFORPREP) { in luaV_execute()
Dlparser.c1536 static const OpCode forprep[2] = {OP_FORPREP, OP_TFORPREP}; in forbody()