Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ BadCast
Function
BadCast
src/Dynamic.cpp:554–558 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
552
553
namespace hx {
554
null BadCast()
555
{
556
hx::Throw(HX_INVALID_CAST);
557
return null();
558
}
559
560
void InvalidInterface()
561
{
Callers
12
runObject
Method · 0.85
CastPtr
Method · 0.85
interface_check
Function · 0.85
TCastObject
Function · 0.85
TCastObject<bool>
Function · 0.85
TCastObject<int>
Function · 0.85
TCastObject<double>
Function · 0.85
TCastObject<float>
Function · 0.85
TCastObject<String>
Function · 0.85
cast
Method · 0.85
cast
Method · 0.85
TCastToArray
Function · 0.85
Calls
2
Throw
Function · 0.85
null
Class · 0.50
Tested by
no test coverage detected