Searched refs:luaV_finishfastset (Results 1 – 3 of 3) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | lvm.h | 108 #define luaV_finishfastset(L,t,slot,v) \ macro
|
A D | lvm.c | 359 luaV_finishfastset(L, t, slot, val); in luaV_finishset() 1281 luaV_finishfastset(L, upval, slot, rc); in luaV_execute() 1295 luaV_finishfastset(L, s2v(ra), slot, rc); in luaV_execute() 1306 luaV_finishfastset(L, s2v(ra), slot, rc); in luaV_execute() 1321 luaV_finishfastset(L, s2v(ra), slot, rc); in luaV_execute()
|
A D | lapi.c | 828 luaV_finishfastset(L, t, slot, s2v(L->top - 1)); in auxsetstr() 856 luaV_finishfastset(L, t, slot, s2v(L->top - 1)); in lua_settable() 878 luaV_finishfastset(L, t, slot, s2v(L->top - 1)); in lua_seti()
|
Completed in 10 milliseconds