Home
last modified time | relevance | path

Searched refs:stackVars (Results 1 – 3 of 3) sorted by relevance

/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/
Djavascript-compiler.js82 this.stackVars = []; property
226 let locals = this.stackVars.concat(this.registers.list);
1037 if (this.stackSlot > this.stackVars.length) {
1038 this.stackVars.push('stack' + this.stackSlot);
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/
Djavascript-compiler.js83 this.stackVars = []; property in JavaScriptCompiler
215 var locals = this.stackVars.concat(this.registers.list);
925 if (this.stackSlot > this.stackVars.length) {
926 this.stackVars.push('stack' + this.stackSlot);
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/
Djavascript-compiler.js91 this.stackVars = []; property in JavaScriptCompiler
223 var locals = this.stackVars.concat(this.registers.list);
933 if (this.stackSlot > this.stackVars.length) {
934 this.stackVars.push('stack' + this.stackSlot);