Home
last modified time | relevance | path

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

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