Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlvm.h43 LUAI_FUNC void luaV_objlen (lua_State *L, StkId ra, const TValue *rb);
H A Dlvm.c336 void luaV_objlen (lua_State *L, StkId ra, const TValue *rb) { in luaV_objlen() function
715 Protect(luaV_objlen(L, ra, RB(i))); in luaV_execute()
H A Dlapi.c1148 luaV_objlen(L, L->top, t); in lua_len()