Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ Throw
Function
Throw
src/hx/StdLibs.cpp:62–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
{
61
62
Dynamic Throw(Dynamic inDynamic)
63
{
64
#ifdef HXCPP_STACK_TRACE
65
__hx_stack_set_last_exception();
66
#endif
67
throw inDynamic;
68
return null();
69
}
70
71
72
Dynamic Rethrow(Dynamic inDynamic)
Callers
15
Char16Advance
Function · 0.85
__hxcpp_utf8_string_to_char_array
Function · 0.85
__hxcpp_utf8_string_to_char_bytes
Function · 0.85
_hx_utf8_iter
Function · 0.85
_hx_utf8_char_code_at
Function · 0.85
_hx_utf8_length
Function · 0.85
_hx_utf8_sub
Function · 0.85
fromCharCode
Method · 0.85
ThrowBadFunctionError
Method · 0.85
BadCast
Function · 0.85
InvalidInterface
Function · 0.85
Blit
Method · 0.85
Calls
2
__hx_stack_set_last_exception
Function · 0.85
null
Class · 0.50
Tested by
no test coverage detected