Home
last modified time | relevance | path

Searched refs:OP_SETGLOBAL (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h163 OP_SETGLOBAL,/* A Bx Gbl[Kst(Bx)] := R(A) */ enumerator
H A Dprint.c115 case OP_SETGLOBAL: in PrintCode()
H A Dldebug.c393 case OP_SETGLOBAL: { in symbexec()
H A Dlcode.c486 luaK_codeABx(fs, OP_SETGLOBAL, e, var->u.s.info); in luaK_storevar()
H A Dlvm.c444 case OP_SETGLOBAL: { in luaV_execute()