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

Method getObject

src/hx/cppia/Cppia.cpp:2701–2704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;
2704 }
2705
2706
2707 void genCode(CppiaCompiler *compiler, const JitVal &inDest,ExprType destType) HXCPP_OVERRIDE

Callers 6

runMethod · 0.45
setResultMethod · 0.45
SLJIT_CALL frameToDoubleFunction · 0.45
doRunMethod · 0.45

Calls 2

DynamicClass · 0.50
__FieldMethod · 0.45

Tested by

no test coverage detected