Searched refs:OP_SETGLOBAL (Results 1 – 5 of 5) sorted by relevance
163 OP_SETGLOBAL,/* A Bx Gbl[Kst(Bx)] := R(A) */ enumerator
115 case OP_SETGLOBAL: in PrintCode()
393 case OP_SETGLOBAL: { in symbexec()
486 luaK_codeABx(fs, OP_SETGLOBAL, e, var->u.s.info); in luaK_storevar()
444 case OP_SETGLOBAL: { in luaV_execute()