Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/lua/src/
H A Dlvm.h106 #define luaV_finishfastset(L,t,slot,v) \ macro
H A Dlvm.c369 luaV_finishfastset(L, t, slot, val); in luaV_finishset()
1279 luaV_finishfastset(L, upval, slot, rc); in luaV_execute()
1293 luaV_finishfastset(L, s2v(ra), slot, rc); in luaV_execute()
1304 luaV_finishfastset(L, s2v(ra), slot, rc); in luaV_execute()
1319 luaV_finishfastset(L, s2v(ra), slot, rc); in luaV_execute()
H A Dlapi.c800 luaV_finishfastset(L, t, slot, s2v(L->top - 1)); in auxsetstr()
828 luaV_finishfastset(L, t, slot, s2v(L->top - 1)); in lua_settable()
850 luaV_finishfastset(L, t, slot, s2v(L->top - 1)); in lua_seti()