Home
last modified time | relevance | path

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

/external/lua/src/
Dlopcodes.h292 OP_FORLOOP,/* A Bx update counters; if loop continues then pc-=Bx; */ enumerator
Dluac.c616 case OP_FORLOOP: in PrintCode()
Dlvm.c1703 vmcase(OP_FORLOOP) { in luaV_execute()
Dlparser.c1537 static const OpCode forloop[2] = {OP_FORLOOP, OP_TFORLOOP}; in forbody()