| 514 | |
| 515 | |
| 516 | void __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 | |
| 525 | void __hxcpp_stack_begin_catch() |
no test coverage detected