MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / ThrowBadFunctionError

Method ThrowBadFunctionError

src/Dynamic.cpp:538–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536
537
538void 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

Callers

nothing calls this directly

Calls 2

NullReferenceFunction · 0.85
ThrowFunction · 0.85

Tested by

no test coverage detected