(length)
| 9071 | } |
| 9072 | |
| 9073 | function ResourceList(length) { |
| 9074 | this.length = length; |
| 9075 | this.promise = null; |
| 9076 | this[length-1] = null; |
| 9077 | } |
| 9078 | |
| 9079 | ResourceList.prototype._resultCancelled = function() { |
| 9080 | var len = this.length; |
nothing calls this directly
no outgoing calls
no test coverage detected