| 505 | |
| 506 | |
| 507 | void __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 | |
| 516 | void __hx_stack_push_last_exception() |
no test coverage detected