(current, count)
| 16208 | } |
| 16209 | |
| 16210 | function incrementWatchersCount(current, count) { |
| 16211 | do { |
| 16212 | current.$$watchersCount += count; |
| 16213 | } while ((current = current.$parent)); |
| 16214 | } |
| 16215 | |
| 16216 | function decrementListenerCount(current, count, name) { |
| 16217 | do { |
no outgoing calls
no test coverage detected