| 2391 | } |
| 2392 | |
| 2393 | static 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 | |
| 2400 | static int SLJIT_CALL setFieldInt( hx::Object *instance, String *name, int inValue ) |
| 2401 | { |