| 229 | Expressions args; |
| 230 | |
| 231 | FloatBuiltin1(CppiaExpr *inSrc, Expressions &inArgs) : CppiaExpr(inSrc), args(inArgs) { } |
| 232 | |
| 233 | const char *getName() HXCPP_OVERRIDE { return "FloatBuiltin1"; } |
| 234 | ExprType getType() HXCPP_OVERRIDE { return etFloat; } |
nothing calls this directly
no outgoing calls
no test coverage detected