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

Method pushLastException

src/hx/Debug.cpp:399–402  ·  view source on GitHub ↗

Called when a throw occurs

Source from the content-addressed store, hash-verified

397
398// Called when a throw occurs
399void StackContext::pushLastException()
400{
401 mIsUnwindingException = true;
402}
403
404
405

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected