Lines Matching refs:lua_getfield
278 lua_getfield(L, LUA_REGISTRYINDEX, "LUA_NOENV"); in noenv()
328 lua_getfield(L, LUA_REGISTRYINDEX, CLIBS); in checkclib()
329 lua_getfield(L, -1, path); in checkclib()
341 lua_getfield(L, LUA_REGISTRYINDEX, CLIBS); in addtoclib()
517 lua_getfield(L, lua_upvalueindex(1), pname); in findfile()
603 lua_getfield(L, LUA_REGISTRYINDEX, LUA_PRELOAD_TABLE); in searcher_preload()
604 if (lua_getfield(L, -1, name) == LUA_TNIL) { /* not found? */ in searcher_preload()
619 if (l_unlikely(lua_getfield(L, lua_upvalueindex(1), "searchers") in findloader()
651 lua_getfield(L, LUA_REGISTRYINDEX, LUA_LOADED_TABLE); in ll_require()
652 lua_getfield(L, 2, name); /* LOADED[name] */ in ll_require()
668 if (lua_getfield(L, 2, name) == LUA_TNIL) { /* module set no value? */ in ll_require()