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

Function __hx_stack_set_last_exception

src/hx/Debug.cpp:507–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505
506
507void __hx_stack_set_last_exception()
508{
509#ifdef HXCPP_STACK_TRACE
510 hx::StackContext *ctx = hx::StackContext::getCurrent();
511 ctx->setLastException();
512#endif
513}
514
515
516void __hx_stack_push_last_exception()

Callers 1

ThrowFunction · 0.85

Calls 1

setLastExceptionMethod · 0.80

Tested by

no test coverage detected