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

Method getInt

src/hx/cppia/Cppia.cpp:2697–2700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2695
2696 #ifdef CPPIA_JIT
2697 static int SLJIT_CALL getInt( hx::Object *inSrc, String *inName )
2698 {
2699 return inSrc->__Field(*inName,HX_PROP_DYNAMIC);
2700 }
2701 static hx::Object * SLJIT_CALL getObject( hx::Object *inSrc, String *inName )
2702 {
2703 return Dynamic(inSrc->__Field(*inName,HX_PROP_DYNAMIC)).mPtr;

Callers 15

CppiaEnumConstructorMethod · 0.45
EnumFieldMethod · 0.45
loadMethod · 0.45
fromStreamMethod · 0.45
LoadCppiaFunction · 0.45
ReadExpressionsFunction · 0.45
CastExprMethod · 0.45
ToInterfaceMethod · 0.45
NewExprMethod · 0.45
runMethod · 0.45
CallStaticMethod · 0.45
ClassOfExprMethod · 0.45

Calls 1

__FieldMethod · 0.45

Tested by

no test coverage detected