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

Function __hx_stack_push_last_exception

src/hx/Debug.cpp:516–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514
515
516void __hx_stack_push_last_exception()
517{
518#ifdef HXCPP_STACK_TRACE
519 hx::StackContext *ctx = hx::StackContext::getCurrent();
520 ctx->pushLastException();
521#endif
522}
523
524
525void __hxcpp_stack_begin_catch()

Callers 1

RethrowFunction · 0.85

Calls 1

pushLastExceptionMethod · 0.80

Tested by

no test coverage detected