(queueableFns)
| 3143 | |
| 3144 | getJasmineRequireObj().CompleteOnFirstErrorSkipPolicy = function(j$) { |
| 3145 | function CompleteOnFirstErrorSkipPolicy(queueableFns) { |
| 3146 | this.queueableFns_ = queueableFns; |
| 3147 | this.erroredFnIx_ = null; |
| 3148 | } |
| 3149 | |
| 3150 | CompleteOnFirstErrorSkipPolicy.prototype.skipTo = function(lastRanFnIx) { |
| 3151 | let i; |
nothing calls this directly
no outgoing calls
no test coverage detected