Searched refs:setobj2s (Results 1 – 9 of 9) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | ltm.c | 106 setobj2s(L, func, f); /* push function (assume EXTRA_STACK) */ in luaT_callTM() 107 setobj2s(L, func + 1, p1); /* 1st argument */ in luaT_callTM() 108 setobj2s(L, func + 2, p2); /* 2nd argument */ in luaT_callTM() 109 setobj2s(L, func + 3, p3); /* 3rd argument */ in luaT_callTM() 123 setobj2s(L, func, f); /* push function (assume EXTRA_STACK) */ in luaT_callTMres() 124 setobj2s(L, func + 1, p1); /* 1st argument */ in luaT_callTMres() 125 setobj2s(L, func + 2, p2); /* 2nd argument */ in luaT_callTMres()
|
A D | lfunc.c | 111 setobj2s(L, top, tm); /* will call metamethod... */ in callclosemethod() 112 setobj2s(L, top + 1, obj); /* with 'self' as the 1st argument */ in callclosemethod() 113 setobj2s(L, top + 2, err); /* and error msg. as 2nd argument */ in callclosemethod()
|
A D | lvm.c | 314 setobj2s(L, val, slot); /* done */ in luaV_finishget() 1182 setobj2s(L, ra, rb); in luaV_execute() 1188 setobj2s(L, ra, rb); in luaV_execute() 1213 setobj2s(L, ra, cl->upvals[b]->v); in luaV_execute() 1228 setobj2s(L, ra, slot); in luaV_execute() 1242 setobj2s(L, ra, slot); in luaV_execute() 1253 setobj2s(L, ra, slot); in luaV_execute() 1268 setobj2s(L, ra, slot); in luaV_execute() 1350 setobj2s(L, ra + 1, rb); in luaV_execute() 1352 setobj2s(L, ra, slot); in luaV_execute() [all …]
|
A D | lapi.c | 226 setobj2s(L, to, &temp); in reverse() 266 setobj2s(L, L->top, index2value(L, idx)); in lua_pushvalue() 637 setobj2s(L, L->top, slot); in auxgetstr() 674 setobj2s(L, L->top - 1, slot); in lua_gettable() 695 setobj2s(L, L->top, slot); in lua_geti() 712 setobj2s(L, L->top, val); in finishrawget() 807 setobj2s(L, L->top, &uvalue(o)->uv[n - 1].uv); in lua_getiuservalue() 1382 setobj2s(L, L->top, val); in lua_getupvalue()
|
A D | ltable.c | 344 setobj2s(L, key + 1, &t->array[i]); in luaH_next() 352 setobj2s(L, key + 1, gval(n)); in luaH_next()
|
A D | lobject.h | 129 #define setobj2s(L,o1,o2) setobj(L,s2v(o1),o2) macro
|
A D | lgc.c | 912 setobj2s(L, L->top++, tm); /* push finalizer... */ in GCTM() 913 setobj2s(L, L->top++, &v); /* ... and its argument */ in GCTM()
|
A D | ldebug.c | 403 setobj2s(L, L->top, func); in lua_getinfo()
|
A D | ldo.c | 398 setobj2s(L, func, tm); /* metamethod is the new function to be called */ in luaD_tryfuncTM()
|
Completed in 22 milliseconds