Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ DeleteContext
Function
DeleteContext
engine/script/src/script.cpp:133–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
void DeleteContext(HContext context)
134
{
135
ClearModules(context);
136
lua_close(context->m_LuaState);
137
delete context;
138
}
139
140
int LuaPrint(lua_State* L);
141
int LuaPPrint(lua_State* L);
Callers
3
TearDown
Method · 0.50
TEST_F
Function · 0.50
TearDown
Method · 0.50
Calls
2
ClearModules
Function · 0.85
lua_close
Function · 0.85
Tested by
3
TearDown
Method · 0.40
TEST_F
Function · 0.40
TearDown
Method · 0.40