| 255 | Expressions args; |
| 256 | |
| 257 | FloatBuiltin2(CppiaExpr *inSrc, Expressions &inArgs) : CppiaExpr(inSrc), args(inArgs) { } |
| 258 | |
| 259 | const char *getName() HXCPP_OVERRIDE { return "FloatBuiltin2"; } |
| 260 | ExprType getType() HXCPP_OVERRIDE { return etFloat; } |
nothing calls this directly
no outgoing calls
no test coverage detected