| 22 | Expressions args; |
| 23 | |
| 24 | IntBuiltin1(CppiaExpr *inSrc, Expressions &inArgs) : CppiaExpr(inSrc), args(inArgs) { } |
| 25 | |
| 26 | const char *getName() HXCPP_OVERRIDE { return "IntBuiltin1"; } |
| 27 | ExprType getType() HXCPP_OVERRIDE { return etInt; } |
nothing calls this directly
no outgoing calls
no test coverage detected