MCPcopy Create free account
hub / github.com/EsperoTech/yaade / CompleteOnFirstErrorSkipPolicy

Function CompleteOnFirstErrorSkipPolicy

server/src/main/resources/jasmine.js:3145–3148  ·  view source on GitHub ↗
(queueableFns)

Source from the content-addressed store, hash-verified

3143
3144getJasmineRequireObj().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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected