| 283 | Expressions args; |
| 284 | |
| 285 | FloatBuiltin3(CppiaExpr *inSrc, Expressions &inArgs) : CppiaExpr(inSrc), args(inArgs) { } |
| 286 | |
| 287 | const char *getName() HXCPP_OVERRIDE { return "FloatBuiltin3"; } |
| 288 | ExprType getType() HXCPP_OVERRIDE { return etFloat; } |
nothing calls this directly
no outgoing calls
no test coverage detected