(current, count)
| 19769 | } |
| 19770 | |
| 19771 | function incrementWatchersCount(current, count) { |
| 19772 | do { |
| 19773 | current.$$watchersCount += count; |
| 19774 | } while ((current = current.$parent)); |
| 19775 | } |
| 19776 | |
| 19777 | function decrementListenerCount(current, count, name) { |
| 19778 | do { |
no outgoing calls
no test coverage detected