Home
last modified time | relevance | path

Searched refs:firstLoc (Results 1 – 6 of 6) sorted by relevance

/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/
Dhelpers.js179 const firstLoc = statements[0].loc,
183 if (firstLoc && lastLoc) {
185 source: firstLoc.source,
187 line: firstLoc.start.line,
188 column: firstLoc.start.column
Djavascript-compiler.js101 firstLoc,
109 firstLoc = firstLoc || opcode.loc;
114 this.source.currentLocation = firstLoc;
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/
Dhelpers.js187 var firstLoc = statements[0].loc,
191 if (firstLoc && lastLoc) {
193 source: firstLoc.source,
195 line: firstLoc.start.line,
196 column: firstLoc.start.column
Djavascript-compiler.js106 firstLoc = undefined, variable in JavaScriptCompiler
114 firstLoc = firstLoc || opcode.loc;
119 this.source.currentLocation = firstLoc;
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/
Dhelpers.js186 var firstLoc = statements[0].loc,
190 if (firstLoc && lastLoc) {
192 source: firstLoc.source,
194 line: firstLoc.start.line,
195 column: firstLoc.start.column
Djavascript-compiler.js98 firstLoc = undefined,
106 firstLoc = firstLoc || opcode.loc;
111 this.source.currentLocation = firstLoc;