| 2460 | |
| 2461 | |
| 2462 | static 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 | |
| 2470 | static void SLJIT_CALL addVariantObject( cpp::Variant *ioVar, hx::Object *inValue ) |