Searched refs:luaA_pushobject (Results 1 – 3 of 3) sorted by relevance
14 LUAI_FUNC void luaA_pushobject (lua_State *L, const TValue *o);
132 luaA_pushobject(L, ci->base + (n - 1)); in lua_getlocal()
89 void luaA_pushobject (lua_State *L, const TValue *o) { in luaA_pushobject() function