MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / luaL_newstate

Function luaL_newstate

third-party/lua-5.2.4/src/lauxlib.c:937–941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

935
936
937LUALIB_API lua_State *luaL_newstate (void) {
938 lua_State *L = lua_newstate(l_alloc, NULL);
939 if (L) lua_atpanic(L, &panic);
940 return L;
941}
942
943
944LUALIB_API void luaL_checkversion_ (lua_State *L, lua_Number ver) {

Callers 2

mainFunction · 0.70
mainFunction · 0.70

Calls 1

lua_newstateFunction · 0.70

Tested by

no test coverage detected