Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/lua/src/
H A Dlvm.h108 #define luaV_finishfastset(L,t,slot,v) \ macro
H A Dlvm.c363 luaV_finishfastset(L, t, slot, val); in luaV_finishset()
1318 luaV_finishfastset(L, upval, slot, rc); in luaV_execute()
1333 luaV_finishfastset(L, s2v(ra), slot, rc); in luaV_execute()
1345 luaV_finishfastset(L, s2v(ra), slot, rc); in luaV_execute()
1361 luaV_finishfastset(L, s2v(ra), slot, rc); in luaV_execute()
H A Dlapi.c834 luaV_finishfastset(L, t, slot, s2v(L->top.p - 1)); in auxsetstr()
862 luaV_finishfastset(L, t, slot, s2v(L->top.p - 1)); in lua_settable()
884 luaV_finishfastset(L, t, slot, s2v(L->top.p - 1)); in lua_seti()