MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / loaderror

Function loaderror

Source/Misc/lua/src/lua.c:13142–13145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13140
13141
13142static void loaderror (lua_State *L, const char *filename) {
13143luaL_error(L, "error loading module " LUA_QS " from file " LUA_QS ":\n\t%s",
13144lua_tostring(L, 1), filename, lua_tostring(L, -1));
13145}
13146
13147
13148static int loader_Lua (lua_State *L) {

Callers 3

loader_LuaFunction · 0.85
loader_CFunction · 0.85
loader_CrootFunction · 0.85

Calls 1

luaL_errorFunction · 0.85

Tested by

no test coverage detected