Searched refs:loaded (Results 1 – 9 of 9) sorted by relevance
74 if package and (type(package.loaded)=="table") then75 if #package.loaded > 0 then77 recurse(package.loaded)
546 int loaded = lua_gettop(L) + 1; /* index of _LOADED table */ in ll_module() local548 lua_getfield(L, loaded, modname); /* get _LOADED[modname] */ in ll_module()555 lua_setfield(L, loaded, modname); /* _LOADED[modname] = new table */ in ll_module()567 dooptions(L, loaded - 1); in ll_module()
51 + chunks are loaded by using lua_load; new luaL_loadfile and luaL_loadbuffer.162 + external compiler creates portable binary files that can be loaded faster
40 … pointed to by `data_len` to signal CivetWeb that the file should not be loaded from disk, but tha…
250 ``foo/bar.js`` it would be loaded from (relative to the duk_debug.js working
289 - Support pre-loaded files for the Lua environment (bel)
215 /* The entire data has already been loaded, so there is no nead to
2827 /* The script file is loaded, now call it */