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

Function lua_getfield

third-party/lua-5.3.5/src/lapi.c:622–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620
621
622LUA_API int lua_getfield (lua_State *L, int idx, const char *k) {
623 lua_lock(L);
624 return auxgetstr(L, index2addr(L, idx), k);
625}
626
627
628LUA_API int lua_geti (lua_State *L, int idx, lua_Integer n) {

Callers 15

pushglobalfuncnameFunction · 0.70
luaL_pushmoduleFunction · 0.70
luaL_getsubtableFunction · 0.70
luaL_requirefFunction · 0.70
luaopen_tableFunction · 0.70
noenvFunction · 0.70
checkclibFunction · 0.70
findfileFunction · 0.70
searcher_preloadFunction · 0.70
findloaderFunction · 0.70
ll_requireFunction · 0.70
ll_moduleFunction · 0.70

Calls 2

auxgetstrFunction · 0.70
index2addrFunction · 0.70

Tested by

no test coverage detected