MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / lua_pushglobaltable

Function lua_pushglobaltable

emmy_debugger/src/api/lua_api.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37#endif
38
39void lua_pushglobaltable(lua_State* L)
40{
41 lua_pushvalue(L, LUA_GLOBALSINDEX);
42}
43
44#endif
45#endif

Callers 15

InitializeMethod · 0.50
luaopen_emmy_coreFunction · 0.50
luaopen_baseFunction · 0.50
luaopen_packageFunction · 0.50
luaopen_baseFunction · 0.50
luaopen_packageFunction · 0.50
luaopen_baseFunction · 0.50
luaL_pushmoduleFunction · 0.50
ll_seeallFunction · 0.50
luaopen_packageFunction · 0.50
luaopen_baseFunction · 0.50
pushglobalfuncnameFunction · 0.50

Calls 1

lua_pushvalueFunction · 0.50

Tested by

no test coverage detected