| 2375 | } |
| 2376 | |
| 2377 | static 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 | |
| 2386 | static void SLJIT_CALL getFieldFloat( hx::Object *instance, String *name, double *outValue ) |
| 2387 | { |