MCPcopy 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

TearDownMethod · 0.50
TEST_FFunction · 0.50
TearDownMethod · 0.50

Calls 2

ClearModulesFunction · 0.85
lua_closeFunction · 0.85

Tested by 3

TearDownMethod · 0.40
TEST_FFunction · 0.40
TearDownMethod · 0.40