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

Function __hxcpp_stack_begin_catch

src/hx/Debug.cpp:525–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523
524
525void __hxcpp_stack_begin_catch()
526{
527#ifdef HXCPP_STACK_TRACE
528 hx::StackContext *ctx = hx::StackContext::getCurrent();
529 ctx->beginCatch(false);
530#endif
531}
532
533
534Array<String> __hxcpp_get_call_stack(bool inSkipLast)

Callers

nothing calls this directly

Calls 1

beginCatchMethod · 0.80

Tested by

no test coverage detected