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

Method runWithCatchAndClear

src/simulate/simulate_exceptions.cpp:171–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 }
170
171 bool WIN_EH_NO_ASAN Context::runWithCatchAndClear ( const callable<void()> & subexpr ) {
172 bool ok = runWithCatch(subexpr);
173 if ( !ok ) clearException();
174 return ok;
175 }
176
177 vec4f WIN_EH_NO_ASAN Context::evalWithCatch ( SimFunction * fnPtr, vec4f * args, void * res ) {
178 auto aa = abiArg;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected