Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/
Djavascript-compiler.js87 this.inlineStack = []; property
118 if (this.stackSlot || this.inlineStack.length || this.compileStack.length) {
972 this.inlineStack.push(expr);
1046 let inlineStack = this.inlineStack;
1047 this.inlineStack = []; property
1048 for (let i = 0, len = inlineStack.length; i < len; i++) {
1049 let entry = inlineStack[i];
1061 return this.inlineStack.length;
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.js88 this.inlineStack = []; property in JavaScriptCompiler
115 if (this.stackSlot || this.inlineStack.length || this.compileStack.length) {
865 this.inlineStack.push(expr);
934 var inlineStack = this.inlineStack;
935 this.inlineStack = []; property in JavaScriptCompiler
936 for (var i = 0, len = inlineStack.length; i < len; i++) {
937 var entry = inlineStack[i];
949 return this.inlineStack.length;
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.js96 this.inlineStack = []; property in JavaScriptCompiler
123 if (this.stackSlot || this.inlineStack.length || this.compileStack.length) {
873 this.inlineStack.push(expr);
942 var inlineStack = this.inlineStack;
943 this.inlineStack = []; property in JavaScriptCompiler
944 for (var i = 0, len = inlineStack.length; i < len; i++) {
945 var entry = inlineStack[i];
957 return this.inlineStack.length;
962 item = (inline ? this.inlineStack : this.compileStack).pop();
979 var stack = this.isInline() ? this.inlineStack : this.compileStack,