| 412 | bool unsafe; |
| 413 | |
| 414 | ArrayBuiltin(CppiaExpr *inSrc, CppiaExpr *inThisExpr, Expressions &ioExpressions, bool inUnsafe) |
| 415 | : ArrayBuiltinBase(inSrc,inThisExpr,ioExpressions) |
| 416 | { |
| 417 | unsafe = inUnsafe; |
| 418 | } |
| 419 | const char *getName() HXCPP_OVERRIDE { return gArrayFuncNames[FUNC]; } |
| 420 | |
| 421 | ExprType getType() HXCPP_OVERRIDE |
nothing calls this directly
no outgoing calls
no test coverage detected