MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / luaA_pushobject

Function luaA_pushobject

Source/Misc/lua/src/lua.c:1938–1941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1936
1937
1938void luaA_pushobject (lua_State *L, const TValue *o) {
1939setobj2s(L, L->top, o);
1940api_incr_top(L);
1941}
1942
1943
1944LUA_API int lua_checkstack (lua_State *L, int size) {

Callers 1

lua_getlocalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected