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

Function SLJIT_CALL getFieldString

src/hx/cppia/Cppia.cpp:2393–2398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2391}
2392
2393static void SLJIT_CALL getFieldString( hx::Object *instance, String *name, String *outValue )
2394{
2395 TRY_NATIVE
2396 *outValue = instance->__Field(*name, HX_PROP_DYNAMIC);
2397 CATCH_NATIVE
2398}
2399
2400static int SLJIT_CALL setFieldInt( hx::Object *instance, String *name, int inValue )
2401{

Callers

nothing calls this directly

Calls 1

__FieldMethod · 0.45

Tested by

no test coverage detected