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

Function SLJIT_CALL getFieldVariant

src/hx/cppia/Cppia.cpp:2462–2467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2460
2461
2462static void SLJIT_CALL getFieldVariant( hx::Object *instance, String *name, cpp::Variant *outValue )
2463{
2464 TRY_NATIVE
2465 *outValue = instance->__Field(*name, HX_PROP_DYNAMIC);
2466 CATCH_NATIVE
2467}
2468
2469
2470static void SLJIT_CALL addVariantObject( cpp::Variant *ioVar, hx::Object *inValue )

Callers

nothing calls this directly

Calls 1

__FieldMethod · 0.45

Tested by

no test coverage detected