Home
last modified time | relevance | path

Searched refs:luaV_finishfastset (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlvm.h108 #define luaV_finishfastset(L,t,slot,v) \ macro
A Dlvm.c359 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 Dlapi.c828 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