(array)
| 149 | } |
| 150 | |
| 151 | function observeArray(array) { |
| 152 | var observer = this.observerLocator.getArrayObserver(array); |
| 153 | addObserver.call(this, observer); |
| 154 | } |
| 155 | |
| 156 | function unobserve(all) { |
| 157 | var i = this._observerSlots; |
nothing calls this directly
no test coverage detected