(current, count)
| 16750 | } |
| 16751 | |
| 16752 | function incrementWatchersCount(current, count) { |
| 16753 | do { |
| 16754 | current.$$watchersCount += count; |
| 16755 | } while ((current = current.$parent)); |
| 16756 | } |
| 16757 | |
| 16758 | function decrementListenerCount(current, count, name) { |
| 16759 | do { |
no outgoing calls
no test coverage detected