Searched refs:stackVars (Results 1 – 3 of 3) sorted by relevance
82 this.stackVars = []; property226 let locals = this.stackVars.concat(this.registers.list);1037 if (this.stackSlot > this.stackVars.length) {1038 this.stackVars.push('stack' + this.stackSlot);
83 this.stackVars = []; property in JavaScriptCompiler215 var locals = this.stackVars.concat(this.registers.list);925 if (this.stackSlot > this.stackVars.length) {926 this.stackVars.push('stack' + this.stackSlot);
91 this.stackVars = []; property in JavaScriptCompiler223 var locals = this.stackVars.concat(this.registers.list);933 if (this.stackSlot > this.stackVars.length) {934 this.stackVars.push('stack' + this.stackSlot);