(current, count)
| 19169 | } |
| 19170 | |
| 19171 | function incrementWatchersCount(current, count) { |
| 19172 | do { |
| 19173 | current.$$watchersCount += count; |
| 19174 | } while ((current = current.$parent)); |
| 19175 | } |
| 19176 | |
| 19177 | function decrementListenerCount(current, count, name) { |
| 19178 | do { |
no outgoing calls
no test coverage detected