(current, count)
| 19189 | } |
| 19190 | |
| 19191 | function incrementWatchersCount(current, count) { |
| 19192 | do { |
| 19193 | current.$$watchersCount += count; |
| 19194 | } while ((current = current.$parent)); |
| 19195 | } |
| 19196 | |
| 19197 | function decrementListenerCount(current, count, name) { |
| 19198 | do { |
no outgoing calls
no test coverage detected