(current, count)
| 18365 | } |
| 18366 | |
| 18367 | function incrementWatchersCount(current, count) { |
| 18368 | do { |
| 18369 | current.$$watchersCount += count; |
| 18370 | } while ((current = current.$parent)); |
| 18371 | } |
| 18372 | |
| 18373 | function decrementListenerCount(current, count, name) { |
| 18374 | do { |
no outgoing calls
no test coverage detected