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

Function luaL_newstate

Source/Misc/lua/src/lua.c:10859–10863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10857
10858
10859LUALIB_API lua_State *luaL_newstate (void) {
10860lua_State *L = lua_newstate(l_alloc, NULL);
10861if (L) lua_atpanic(L, &panic);
10862return L;
10863}
10864
10865/*
10866** $Id: lbaselib.c,v 1.191.1.6 2008/02/14 16:46:22 roberto Exp $

Callers 2

createLuaStateMethod · 0.85
createLuaStateAudioMethod · 0.85

Calls 1

lua_newstateFunction · 0.85

Tested by

no test coverage detected