| 2384 | } |
| 2385 | |
| 2386 | static void SLJIT_CALL getFieldFloat( hx::Object *instance, String *name, double *outValue ) |
| 2387 | { |
| 2388 | TRY_NATIVE |
| 2389 | *outValue = instance->__Field(*name, HX_PROP_DYNAMIC); |
| 2390 | CATCH_NATIVE |
| 2391 | } |
| 2392 | |
| 2393 | static void SLJIT_CALL getFieldString( hx::Object *instance, String *name, String *outValue ) |
| 2394 | { |