Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
647
LUALIB_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
TEST
Function · 0.85
Calls
1
lua_newstate
Function · 0.85
Tested by
1
TEST
Function · 0.68