Home
last modified time | relevance | path

Searched refs:stateStack (Results 1 – 5 of 5) sorted by relevance

/plugin/codemirror/dist/modes/
Dscheme.min.js.map1stateStack","indent","type","prev","this","pushStack","state","indentStack","popStack","binaryMatc…
/plugin/pdfjs/pdfjs/build/
Dpdf.js14523 this.stateStack = [];
15036 …if (this.stateStack.length > 0 && this.stateStack[this.stateStack.length - 1].activeSMask === this…
15114 this.stateStack.push(old);
15123 …if (this.current.activeSMask !== null && (this.stateStack.length === 0 || this.stateStack[this.sta…
15127 if (this.stateStack.length !== 0) {
15128 this.current = this.stateStack.pop();
Dpdf.js.map1stateStack = [];\n this.pendingClip = null;\n this.pendingEOFill = false;\n this.res = nu…
Dpdf.worker.js33102 this.stateStack = []; property
33108 this.stateStack.push(this.state);
33112 var prev = this.stateStack.pop();
33637 return this.stateManager.stateStack.length;
Dpdf.worker.js.map1stateStack = [];\n }\n StateManager.prototype = {\n save() {\n var old = this.state;\n …