(taskQueue, array)
| 123 | |
| 124 | class ModifyArrayObserver extends ModifyCollectionObserver { |
| 125 | constructor(taskQueue, array) { |
| 126 | super(taskQueue, array); |
| 127 | } |
| 128 | |
| 129 | /** |
| 130 | * Searches for observer or creates a new one associated with given array instance |
nothing calls this directly
no outgoing calls
no test coverage detected