Home
last modified time | relevance | path

Searched refs:OP_TFORLOOP (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlopcodes.h216 OP_TFORLOOP,/* A sBx if R(A+1) ~= nil then { R(A)=R(A+1); pc += sBx }*/ enumerator
H A Dlvm.c523 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_TFORLOOP); in luaV_finishOp()
864 lua_assert(GET_OPCODE(i) == OP_TFORLOOP); in luaV_execute()
867 vmcase(OP_TFORLOOP, in luaV_execute()
H A Dlparser.c1301 endfor = luaK_codeAsBx(fs, OP_TFORLOOP, base + 2, NO_JUMP); in forbody()