| 495 | |
| 496 | |
| 497 | void __hx_dump_stack() |
| 498 | { |
| 499 | #ifdef HXCPP_STACK_TRACE |
| 500 | hx::StackContext *ctx = hx::StackContext::getCurrent(); |
| 501 | ctx->beginCatch(false); |
| 502 | ctx->dumpExceptionStack(); |
| 503 | #endif |
| 504 | } |
| 505 | |
| 506 | |
| 507 | void __hx_stack_set_last_exception() |
no test coverage detected