| 160 | |
| 161 | |
| 162 | ArrayBuiltinAny(CppiaExpr *inSrc, CppiaExpr *inThisExpr, Expressions &ioExpressions) |
| 163 | : ArrayBuiltinBase(inSrc,inThisExpr,ioExpressions) |
| 164 | { |
| 165 | } |
| 166 | const char *getName() HXCPP_OVERRIDE { return gArrayFuncNames[FUNC]; } |
| 167 | |
| 168 | int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE |
nothing calls this directly
no outgoing calls
no test coverage detected