Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlopcodes.h220 OP_CLOSURE,/* A Bx R(A) := closure(KPROTO[Bx]) */ enumerator
H A Dlvm.c896 vmcase(OP_CLOSURE, in luaV_execute()
H A Dlparser.c521 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1)); in codeclosure()