Searched refs:firstLoc (Results 1 – 6 of 6) sorted by relevance
| /plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/ |
| D | helpers.js | 179 const firstLoc = statements[0].loc, 183 if (firstLoc && lastLoc) { 185 source: firstLoc.source, 187 line: firstLoc.start.line, 188 column: firstLoc.start.column
|
| D | javascript-compiler.js | 101 firstLoc, 109 firstLoc = firstLoc || opcode.loc; 114 this.source.currentLocation = firstLoc;
|
| /plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/ |
| D | helpers.js | 187 var firstLoc = statements[0].loc, 191 if (firstLoc && lastLoc) { 193 source: firstLoc.source, 195 line: firstLoc.start.line, 196 column: firstLoc.start.column
|
| D | javascript-compiler.js | 106 firstLoc = undefined, variable in JavaScriptCompiler 114 firstLoc = firstLoc || opcode.loc; 119 this.source.currentLocation = firstLoc;
|
| /plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/ |
| D | helpers.js | 186 var firstLoc = statements[0].loc, 190 if (firstLoc && lastLoc) { 192 source: firstLoc.source, 194 line: firstLoc.start.line, 195 column: firstLoc.start.column
|
| D | javascript-compiler.js | 98 firstLoc = undefined, 106 firstLoc = firstLoc || opcode.loc; 111 this.source.currentLocation = firstLoc;
|