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

Method __ToInt

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

Source from the content-addressed store, hash-verified

64 String __ToString() const HXCPP_OVERRIDE { return String(mValue); }
65 double __ToDouble() const HXCPP_OVERRIDE { return mValue; }
66 int __ToInt() const HXCPP_OVERRIDE { return mValue; }
67 cpp::Int64 __ToInt64() const HXCPP_OVERRIDE { return mValue; }
68
69 int __Compare(const hx::Object *inRHS) const HXCPP_OVERRIDE

Callers 15

operator%Method · 0.45
CppInt32__Method · 0.45
zeroMethod · 0.45
val_boolFunction · 0.45
val_intFunction · 0.45
__traceFunction · 0.45
ValToIntFunction · 0.45
runObjectMethod · 0.45
runIntMethod · 0.45
runIntMethod · 0.45
SLJIT_CALL objToIntFunction · 0.45
SLJIT_CALL argToIntFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected