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

Function lua_getfield

third-party/lua-5.5.0/src/lapi.c:721–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

719
720
721LUA_API int lua_getfield (lua_State *L, int idx, const char *k) {
722 lua_lock(L);
723 return auxgetstr(L, index2value(L, idx), k);
724}
725
726
727LUA_API int lua_geti (lua_State *L, int idx, lua_Integer n) {

Callers 15

pushglobalfuncnameFunction · 0.70
luaL_getsubtableFunction · 0.70
luaL_requirefFunction · 0.70
noenvFunction · 0.70
checkclibFunction · 0.70
addtoclibFunction · 0.70
findfileFunction · 0.70
searcher_preloadFunction · 0.70
findloaderFunction · 0.70
ll_requireFunction · 0.70
getboolfieldFunction · 0.70
getfieldFunction · 0.70

Calls 2

auxgetstrFunction · 0.70
index2valueFunction · 0.70

Tested by

no test coverage detected