Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h160 OP_GETGLOBAL,/* A Bx R(A) := Gbl[Kst(Bx)] */ enumerator
H A Dprint.c114 case OP_GETGLOBAL: in PrintCode()
H A Dldebug.c392 case OP_GETGLOBAL: in symbexec()
509 case OP_GETGLOBAL: { in getobjname()
H A Dlcode.c316 e->u.s.info = luaK_codeABx(fs, OP_GETGLOBAL, 0, e->u.s.info); in luaK_dischargevars()
H A Dlvm.c432 case OP_GETGLOBAL: { in luaV_execute()