Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
void lua_pushglobaltable(lua_State* L)
40
{
41
lua_pushvalue(L, LUA_GLOBALSINDEX);
42
}
43
44
#endif
45
#endif
Callers
15
Initialize
Method · 0.50
luaopen_emmy_core
Function · 0.50
luaopen_base
Function · 0.50
luaopen_package
Function · 0.50
luaopen_base
Function · 0.50
luaopen_package
Function · 0.50
luaopen_base
Function · 0.50
luaL_pushmodule
Function · 0.50
ll_seeall
Function · 0.50
luaopen_package
Function · 0.50
luaopen_base
Function · 0.50
pushglobalfuncname
Function · 0.50
Calls
1
lua_pushvalue
Function · 0.50
Tested by
no test coverage detected