Home
last modified time | relevance | path

Searched refs:setobj2s (Results 1 – 13 of 13) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlvm.c83 setobj2s(L, L->top, f); /* push function */ in callTMres()
84 setobj2s(L, L->top+1, p1); /* 1st argument */ in callTMres()
85 setobj2s(L, L->top+2, p2); /* 2nd argument */ in callTMres()
98 setobj2s(L, L->top, f); /* push function */ in callTM()
99 setobj2s(L, L->top+1, p1); /* 1st argument */ in callTM()
100 setobj2s(L, L->top+2, p2); /* 2nd argument */ in callTM()
101 setobj2s(L, L->top+3, p3); /* 3th argument */ in callTM()
117 setobj2s(L, val, res); in luaV_gettable()
412 setobj2s(L, ra, KBx(i)); in luaV_execute()
429 setobj2s(L, ra, cl->upvals[b]->v); in luaV_execute()
H A Dlapi.c90 setobj2s(L, L->top, o); in luaA_pushobject()
119 setobj2s(to, to->top++, from->top + i); in lua_xmove()
230 setobj2s(L, L->top, index2adr(L, idx)); in lua_pushvalue()
562 setobj2s(L, L->top - 1, luaH_get(hvalue(t), L->top - 1)); in lua_rawget()
572 setobj2s(L, L->top, luaH_getnum(hvalue(o), n)); in lua_rawgeti()
629 setobj2s(L, L->top, gt(thvalue(o))); in lua_getfenv()
1063 setobj2s(L, L->top, val); in lua_getupvalue()
H A Dltable.c167 setobj2s(L, key+1, &t->array[i]); in luaH_next()
173 setobj2s(L, key, key2tval(gnode(t, i))); in luaH_next()
174 setobj2s(L, key+1, gval(gnode(t, i))); in luaH_next()
H A Dlobject.h174 #define setobj2s setobj macro
H A Dldo.c254 setobj2s(L, func, tm); /* tag method is the new function to be called */ in tryfuncTM()
H A Dlgc.c464 setobj2s(L, L->top, tm); in GCTM()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlvm.c97 setobj2s(L, L->top++, f); /* push function */ in callTM()
98 setobj2s(L, L->top++, p1); /* 1st argument */ in callTM()
99 setobj2s(L, L->top++, p2); /* 2nd argument */ in callTM()
101 setobj2s(L, L->top++, p3); /* 3rd argument */ in callTM()
120 setobj2s(L, val, res); in luaV_gettable()
513 setobj2s(L, top - 2, top); /* put TM result in proper position */ in luaV_finishOp()
519 setobj2s(L, ci->u.l.base + GETARG_A(inst), L->top - 1); in luaV_finishOp()
623 setobj2s(L, ra, rb); in luaV_execute()
629 setobj2s(L, ra, rb); in luaV_execute()
643 setobj2s(L, ra, cl->upvals[b]->v); in luaV_execute()
H A Dltable.c174 setobj2s(L, key+1, &t->array[i]); in luaH_next()
180 setobj2s(L, key, gkey(gnode(t, i))); in luaH_next()
181 setobj2s(L, key+1, gval(gnode(t, i))); in luaH_next()
H A Dlapi.c118 setobj2s(to, to->top++, from->top + i); in lua_xmove()
234 setobj2s(L, L->top, index2addr(L, idx)); in lua_pushvalue()
641 setobj2s(L, L->top - 1, luaH_get(hvalue(t), L->top - 1)); in lua_rawget()
651 setobj2s(L, L->top, luaH_getint(hvalue(t), n)); in lua_rawgeti()
664 setobj2s(L, L->top, luaH_get(hvalue(t), &k)); in lua_rawgetp()
1216 setobj2s(L, L->top, val); in lua_getupvalue()
H A Dlgc.c820 setobj2s(L, L->top, tm); /* push finalizer... */ in GCTM()
821 setobj2s(L, L->top + 1, &v); /* ... and its argument */ in GCTM()
H A Dlobject.h251 #define setobj2s setobj macro
H A Dldebug.c164 setobj2s(L, L->top, pos); in lua_getlocal()
H A Dldo.c354 setobj2s(L, func, tm); /* tag method is the new function to be called */ in tryfuncTM()