Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/
Djavascript-compiler.js86 this.compileStack = []; property
118 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,
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/
Djavascript-compiler.js87 this.compileStack = []; property in JavaScriptCompiler
115 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,
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/
Djavascript-compiler.js95 this.compileStack = []; property in JavaScriptCompiler
123 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,