(current, count)
| 18893 | } |
| 18894 | |
| 18895 | function incrementWatchersCount(current, count) { |
| 18896 | do { |
| 18897 | current.$$watchersCount += count; |
| 18898 | } while ((current = current.$parent)); |
| 18899 | } |
| 18900 | |
| 18901 | function decrementListenerCount(current, count, name) { |
| 18902 | do { |
no outgoing calls
no test coverage detected