MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / SLJIT_CALL getFieldObject

Function SLJIT_CALL getFieldObject

src/hx/cppia/Cppia.cpp:2377–2384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2375}
2376
2377static hx::Object * SLJIT_CALL getFieldObject( hx::Object *instance, String *name )
2378{
2379 TRY_NATIVE
2380 Dynamic ret = instance->__Field(*name, HX_PROP_DYNAMIC);
2381 return ret.mPtr;
2382 CATCH_NATIVE
2383 return 0;
2384}
2385
2386static void SLJIT_CALL getFieldFloat( hx::Object *instance, String *name, double *outValue )
2387{

Callers

nothing calls this directly

Calls 1

__FieldMethod · 0.45

Tested by

no test coverage detected