(current, count)
| 19834 | } |
| 19835 | |
| 19836 | function incrementWatchersCount(current, count) { |
| 19837 | do { |
| 19838 | current.$$watchersCount += count; |
| 19839 | } while ((current = current.$parent)); |
| 19840 | } |
| 19841 | |
| 19842 | function decrementListenerCount(current, count, name) { |
| 19843 | do { |
no outgoing calls
no test coverage detected