* @return {!Promise} when first pass executed.
()
| 1629 | * @return {!Promise} when first pass executed. |
| 1630 | */ |
| 1631 | whenFirstPass() { |
| 1632 | return this.firstPassDone_.promise; |
| 1633 | } |
| 1634 | |
| 1635 | /** |
| 1636 | * Calls iterator on each sub-resource |
no outgoing calls
no test coverage detected