MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / clearException

Method clearException

src/simulate/simulate_exceptions.cpp:165–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 }
164
165 void Context::clearException() {
166 stopFlags = 0;
167 exception = nullptr;
168 last_exception = nullptr;
169 }
170
171 bool WIN_EH_NO_ASAN Context::runWithCatchAndClear ( const callable<void()> & subexpr ) {
172 bool ok = runWithCatch(subexpr);

Callers 5

data_callbackFunction · 0.80
simulateMethod · 0.80
runMacroFunctionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected