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

Function luaL_newstate

third-party/lua-5.3.5/src/lauxlib.c:1026–1030  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1024
1025
1026LUALIB_API lua_State *luaL_newstate (void) {
1027 lua_State *L = lua_newstate(l_alloc, NULL);
1028 if (L) lua_atpanic(L, &panic);
1029 return L;
1030}
1031
1032
1033LUALIB_API void luaL_checkversion_ (lua_State *L, lua_Number ver, size_t sz) {

Callers 2

mainFunction · 0.70
mainFunction · 0.70

Calls 1

lua_newstateFunction · 0.70

Tested by

no test coverage detected