MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / setLastException

Method setLastException

src/hx/Debug.cpp:391–395  ·  view source on GitHub ↗

Called when a throw occurs

Source from the content-addressed store, hash-verified

389
390// Called when a throw occurs
391void StackContext::setLastException()
392{
393 mExceptionStack.clear();
394 mIsUnwindingException = true;
395}
396
397
398// Called when a throw occurs

Callers 1

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected