Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlvm.c96 setobj2s(L, L->top++, f); /* push function */ in callTM()
97 setobj2s(L, L->top++, p1); /* 1st argument */ in callTM()
98 setobj2s(L, L->top++, p2); /* 2nd argument */ in callTM()
100 setobj2s(L, L->top++, p3); /* 3rd argument */ in callTM()
119 setobj2s(L, val, res); in luaV_gettable()
512 setobj2s(L, top - 2, top); /* put TM result in proper position */ in luaV_finishOp()
518 setobj2s(L, ci->u.l.base + GETARG_A(inst), L->top - 1); in luaV_finishOp()
622 setobj2s(L, ra, rb); in luaV_execute()
628 setobj2s(L, ra, rb); in luaV_execute()
642 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.c120 setobj2s(to, to->top++, from->top + i); in lua_xmove()
236 setobj2s(L, L->top, index2addr(L, idx)); in lua_pushvalue()
643 setobj2s(L, L->top - 1, luaH_get(hvalue(t), L->top - 1)); in lua_rawget()
653 setobj2s(L, L->top, luaH_getint(hvalue(t), n)); in lua_rawgeti()
666 setobj2s(L, L->top, luaH_get(hvalue(t), &k)); in lua_rawgetp()
1218 setobj2s(L, L->top, val); in lua_getupvalue()
H A Dlgc.c821 setobj2s(L, L->top, tm); /* push finalizer... */ in GCTM()
822 setobj2s(L, L->top + 1, &v); /* ... and its argument */ in GCTM()
H A Dlobject.h252 #define setobj2s setobj macro
H A Dldebug.c165 setobj2s(L, L->top, pos); in lua_getlocal()
H A Dldo.c288 setobj2s(L, func, tm); /* tag method is the new function to be called */ in tryfuncTM()