Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
621
LUA_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
627
LUA_API int lua_geti (lua_State *L, int idx, lua_Integer n) {
Callers
15
lua_getglobal
Function · 0.85
xlua_getloaders
Function · 0.85
obj_indexer
Function · 0.85
obj_newindexer
Function · 0.85
cls_indexer
Function · 0.85
cls_newindexer
Function · 0.85
errorfunc
Function · 0.85
pushglobalfuncname
Function · 0.85
luaL_pushmodule
Function · 0.85
luaL_getsubtable
Function · 0.85
luaL_requiref
Function · 0.85
luaopen_table
Function · 0.85
Calls
2
auxgetstr
Function · 0.85
index2addr
Function · 0.85
Tested by
no test coverage detected