| 536 | |
| 537 | |
| 538 | void Dynamic::ThrowBadFunctionError() |
| 539 | { |
| 540 | #ifdef HXCPP_DEBUGGER |
| 541 | NullReference("Function", true); |
| 542 | #endif |
| 543 | hx::Throw( HX_NULL_FUNCTION_POINTER ); |
| 544 | } |
| 545 | |
| 546 | #include <hx/DynamicImpl.h> |
| 547 |
nothing calls this directly
no test coverage detected