Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ pushLastException
Method
pushLastException
src/hx/Debug.cpp:399–402 ·
view source on GitHub ↗
Called when a throw occurs
Source
from the content-addressed store, hash-verified
397
398
// Called when a throw occurs
399
void StackContext::pushLastException()
400
{
401
mIsUnwindingException = true;
402
}
403
404
405
Callers
1
__hx_stack_push_last_exception
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected