()
| 19856 | function initWatchVal() {} |
| 19857 | |
| 19858 | function flushApplyAsync() { |
| 19859 | while (applyAsyncQueue.length) { |
| 19860 | try { |
| 19861 | applyAsyncQueue.shift()(); |
| 19862 | } catch (e) { |
| 19863 | $exceptionHandler(e); |
| 19864 | } |
| 19865 | } |
| 19866 | applyAsyncId = null; |
| 19867 | } |
| 19868 | |
| 19869 | function scheduleApplyAsync() { |
| 19870 | if (applyAsyncId === null) { |
no outgoing calls
no test coverage detected