Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h204 OP_CLOSE,/* A close all variables in the stack up to (>=) R(A)*/ enumerator
H A Dlparser.c301 luaK_codeABC(fs, OP_CLOSE, bl->nactvar, 0, 0); in leaveblock()
986 luaK_codeABC(fs, OP_CLOSE, bl->nactvar, 0, 0); in breakstat()
H A Dlvm.c719 case OP_CLOSE: { in luaV_execute()