Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlopcodes.h220 OP_CLOSURE,/* A Bx R(A) := closure(KPROTO[Bx]) */ enumerator
Dluac.c359 case OP_CLOSURE: in PrintCode()
Dlvm.c833 vmcase(OP_CLOSURE, in luaV_execute()
Dlparser.c522 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1)); in codeclosure()