| 40 | Retained<MutableArray> copy(CopyFlags f = kDefaultCopy) {return newArray(this, f);} |
| 41 | |
| 42 | const Array* source() const {return heapArray()->_source;} |
| 43 | bool isChanged() const {return heapArray()->isChanged();} |
| 44 | void setChanged(bool changed) {heapArray()->setChanged(changed);} |
| 45 |
nothing calls this directly
no outgoing calls
no test coverage detected