| 945 | } |
| 946 | |
| 947 | CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE |
| 948 | { |
| 949 | LinkExpressions(args,inModule); |
| 950 | return CppiaExprWithValue::link(inModule); |
| 951 | } |
| 952 | |
| 953 | const char *getName() HXCPP_OVERRIDE { return "CallDynamicFunction"; } |
| 954 | ExprType getType() HXCPP_OVERRIDE { return etObject; } |
nothing calls this directly
no test coverage detected