MCPcopy Create free account
hub / github.com/defold/defold / luaL_newstate

Function luaL_newstate

engine/lua/src/lua/lauxlib.c:647–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645
646
647LUALIB_API lua_State *luaL_newstate (void) {
648 lua_State *L = lua_newstate(l_alloc, NULL);
649 if (L) lua_atpanic(L, &panic);
650 return L;
651}
652

Callers 1

TESTFunction · 0.85

Calls 1

lua_newstateFunction · 0.85

Tested by 1

TESTFunction · 0.68