()
| 16772 | function initWatchVal() {} |
| 16773 | |
| 16774 | function flushApplyAsync() { |
| 16775 | while (applyAsyncQueue.length) { |
| 16776 | try { |
| 16777 | applyAsyncQueue.shift()(); |
| 16778 | } catch (e) { |
| 16779 | $exceptionHandler(e); |
| 16780 | } |
| 16781 | } |
| 16782 | applyAsyncId = null; |
| 16783 | } |
| 16784 | |
| 16785 | function scheduleApplyAsync() { |
| 16786 | if (applyAsyncId === null) { |
no outgoing calls
no test coverage detected