Home
last modified time | relevance | path

Searched refs:OP_CLOSURE (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dluac.c139 f->code[pc++]=CREATE_ABx(OP_CLOSURE,0,i); in combine()
H A Dlopcodes.h205 OP_CLOSURE,/* A Bx R(A) := closure(KPROTO[Bx], R(A), ... ,R(A+n)) */ enumerator
H A Dprint.c144 case OP_CLOSURE: in PrintCode()
H A Dldebug.c450 case OP_CLOSURE: { in symbexec()
H A Dlvm.c723 case OP_CLOSURE: { in luaV_execute()
H A Dlparser.c320 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np-1)); in pushclosure()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h221 OP_CLOSURE,/* A Bx R(A) := closure(KPROTO[Bx]) */ enumerator
H A Dlvm.c897 vmcase(OP_CLOSURE, in luaV_execute()
H A Dlparser.c520 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1)); in codeclosure()