()
| 17750 | : null; |
| 17751 | } |
| 17752 | function onUnsuspend() { |
| 17753 | this.count--; |
| 17754 | if (0 === this.count) |
| 17755 | if (this.stylesheets) insertSuspendedStylesheets(this, this.stylesheets); |
| 17756 | else if (this.unsuspend) { |
| 17757 | var unsuspend = this.unsuspend; |
| 17758 | this.unsuspend = null; |
| 17759 | unsuspend(); |
| 17760 | } |
| 17761 | } |
| 17762 | var precedencesByRoot = null; |
| 17763 | function insertSuspendedStylesheets(state, resources) { |
| 17764 | state.stylesheets = null; |
nothing calls this directly
no test coverage detected
searching dependent graphs…