(current, count)
| 17186 | } |
| 17187 | |
| 17188 | function incrementWatchersCount(current, count) { |
| 17189 | do { |
| 17190 | current.$$watchersCount += count; |
| 17191 | } while ((current = current.$parent)); |
| 17192 | } |
| 17193 | |
| 17194 | function decrementListenerCount(current, count, name) { |
| 17195 | do { |
no outgoing calls
no test coverage detected