MCPcopy Create free account
hub / github.com/Tencent/xLua / lua_getfield

Function lua_getfield

WebGLPlugins/lapi.c:621–624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

lua_getglobalFunction · 0.85
xlua_getloadersFunction · 0.85
obj_indexerFunction · 0.85
obj_newindexerFunction · 0.85
cls_indexerFunction · 0.85
cls_newindexerFunction · 0.85
errorfuncFunction · 0.85
pushglobalfuncnameFunction · 0.85
luaL_pushmoduleFunction · 0.85
luaL_getsubtableFunction · 0.85
luaL_requirefFunction · 0.85
luaopen_tableFunction · 0.85

Calls 2

auxgetstrFunction · 0.85
index2addrFunction · 0.85

Tested by

no test coverage detected