Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overload-Technologies/Overload
/ lua_getglobal
Function
lua_getglobal
Dependencies/lua/src/lapi.c:666–671 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
664
665
666
LUA_API int lua_getglobal (lua_State *L, const char *name) {
667
const TValue *G;
668
lua_lock(L);
669
G = getGtable(L);
670
return auxgetstr(L, G, name);
671
}
672
673
674
LUA_API int lua_gettable (lua_State *L, int idx) {
Callers
6
main_thread
Function · 0.85
get_default_handler
Function · 0.85
call_exception_handler
Function · 0.85
field_getter
Class · 0.85
warnf
Function · 0.85
runC
Function · 0.85
Calls
1
auxgetstr
Function · 0.85
Tested by
2
warnf
Function · 0.68
runC
Function · 0.68