Searched refs:compileStack (Results 1 – 3 of 3) sorted by relevance
86 this.compileStack = []; property118 if (this.stackSlot || this.inlineStack.length || this.compileStack.length) {1052 this.compileStack.push(entry);1056 this.compileStack.push(stack);1066 item = (inline ? this.inlineStack : this.compileStack).pop();1083 let stack = this.isInline() ? this.inlineStack : this.compileStack,
87 this.compileStack = []; property in JavaScriptCompiler115 if (this.stackSlot || this.inlineStack.length || this.compileStack.length) {940 this.compileStack.push(entry);944 this.compileStack.push(stack);954 item = (inline ? this.inlineStack : this.compileStack).pop();971 var stack = this.isInline() ? this.inlineStack : this.compileStack,
95 this.compileStack = []; property in JavaScriptCompiler123 if (this.stackSlot || this.inlineStack.length || this.compileStack.length) {948 this.compileStack.push(entry);952 this.compileStack.push(stack);962 item = (inline ? this.inlineStack : this.compileStack).pop();979 var stack = this.isInline() ? this.inlineStack : this.compileStack,