Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlapi.h14 LUAI_FUNC void luaA_pushobject (lua_State *L, const TValue *o);
H A Dldebug.c132 luaA_pushobject(L, ci->base + (n - 1)); in lua_getlocal()
H A Dlapi.c89 void luaA_pushobject (lua_State *L, const TValue *o) { in luaA_pushobject() function