Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
Dlopcodes.h220 OP_CLOSURE,/* A Bx R(A) := closure(KPROTO[Bx]) */ enumerator
Dlvm.c896 vmcase(OP_CLOSURE, in luaV_execute()
Dlparser.c521 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1)); in codeclosure()
/freebsd-12-stable/contrib/lua/src/
Dlopcodes.h229 OP_CLOSURE,/* A Bx R(A) := closure(KPROTO[Bx]) */ enumerator
Dluac.c377 case OP_CLOSURE: in PrintCode()
Dlvm.c1285 vmcase(OP_CLOSURE) { in luaV_execute()
Dlparser.c524 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1)); in codeclosure()