| 1645 | |
| 1646 | |
| 1647 | Dynamic ConstructEmpty() HXCPP_OVERRIDE |
| 1648 | { |
| 1649 | if (info->isEnum) |
| 1650 | return Dynamic(); |
| 1651 | |
| 1652 | Expressions none; |
| 1653 | return info->createInstance(CppiaCtx::getCurrent(),none,false); |
| 1654 | } |
| 1655 | |
| 1656 | Dynamic ConstructArgs(hx::DynamicArray inArgs) HXCPP_OVERRIDE |
| 1657 | { |
nothing calls this directly
no test coverage detected