MCPcopy 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
62Dynamic 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
72Dynamic Rethrow(Dynamic inDynamic)

Callers 15

Char16AdvanceFunction · 0.85
_hx_utf8_iterFunction · 0.85
_hx_utf8_char_code_atFunction · 0.85
_hx_utf8_lengthFunction · 0.85
_hx_utf8_subFunction · 0.85
fromCharCodeMethod · 0.85
ThrowBadFunctionErrorMethod · 0.85
BadCastFunction · 0.85
InvalidInterfaceFunction · 0.85
BlitMethod · 0.85

Calls 2

nullClass · 0.50

Tested by

no test coverage detected