| 523 | |
| 524 | |
| 525 | void __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 | |
| 534 | Array<String> __hxcpp_get_call_stack(bool inSkipLast) |
nothing calls this directly
no test coverage detected