| 954 | void __unshift(const Dynamic &a0) HXCPP_OVERRIDE { unshift(a0); } |
| 955 | #if (HXCPP_API_LEVEL>=500) |
| 956 | cpp::VirtualArray_obj* __map(const DynamicMappingFunc& func) override { return cpp::VirtualArray(map<Dynamic>(func)).mPtr; } |
| 957 | #else |
| 958 | cpp::VirtualArray_obj* __map(const DynamicMappingFunc& func) HXCPP_OVERRIDE { return map(func).mPtr; } |
| 959 | #endif |
nothing calls this directly
no test coverage detected