Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ setLastException
Method
setLastException
src/hx/Debug.cpp:391–395 ·
view source on GitHub ↗
Called when a throw occurs
Source
from the content-addressed store, hash-verified
389
390
// Called when a throw occurs
391
void StackContext::setLastException()
392
{
393
mExceptionStack.clear();
394
mIsUnwindingException = true;
395
}
396
397
398
// Called when a throw occurs
Callers
1
__hx_stack_set_last_exception
Function · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected