Searched refs:stateStack (Results 1 – 5 of 5) sorted by relevance
1 …stateStack","indent","type","prev","this","pushStack","state","indentStack","popStack","binaryMatc…
14523 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();
1 …stateStack = [];\n this.pendingClip = null;\n this.pendingEOFill = false;\n this.res = nu…
33102 this.stateStack = []; property33108 this.stateStack.push(this.state);33112 var prev = this.stateStack.pop();33637 return this.stateManager.stateStack.length;
1 …stateStack = [];\n }\n StateManager.prototype = {\n save() {\n var old = this.state;\n …