Home
last modified time | relevance | path

Searched refs:endLoc (Results 1 – 11 of 11) sorted by relevance

/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Doptions.js107 return function (block, text, start, end, startLoc, endLoc) { argument
115 comment.loc = new SourceLocation(this, startLoc, endLoc)
Dstate.js55 this.startLoc = this.endLoc = this.curPosition()
Dtokenize.js18 this.loc = new SourceLocation(p, p.startLoc, p.endLoc)
39 this.lastTokEndLoc = this.endLoc
194 if (this.options.locations) this.endLoc = this.curPosition()
/plugin/asciidocjs/node_modules/acorn/src/
Doptions.js114 return function (block, text, start, end, startLoc, endLoc) { argument
122 comment.loc = new SourceLocation(this, startLoc, endLoc)
Dstate.js59 this.startLoc = this.endLoc = this.curPosition()
Dtokenize.js18 this.loc = new SourceLocation(p, p.startLoc, p.endLoc)
39 this.lastTokEndLoc = this.endLoc
181 if (this.options.locations) this.endLoc = this.curPosition()
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn.es.js398 return function (block, text, start, end, startLoc, endLoc) { argument
406 comment.loc = new SourceLocation(this, startLoc, endLoc)
461 this.startLoc = this.endLoc = this.curPosition()
2385 this.loc = new SourceLocation(p, p.startLoc, p.endLoc)
2405 this.lastTokEndLoc = this.endLoc
2568 if (this.options.locations) this.endLoc = this.curPosition()
Dacorn.js404 return function (block, text, start, end, startLoc, endLoc) { argument
412 comment.loc = new SourceLocation(this, startLoc, endLoc)
467 this.startLoc = this.endLoc = this.curPosition()
2391 this.loc = new SourceLocation(p, p.startLoc, p.endLoc)
2411 this.lastTokEndLoc = this.endLoc
2574 if (this.options.locations) this.endLoc = this.curPosition()
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn.es.js404 return function (block, text, start, end, startLoc, endLoc) { argument
412 comment.loc = new SourceLocation(this, startLoc, endLoc)
471 this.startLoc = this.endLoc = this.curPosition()
2656 this.loc = new SourceLocation(p, p.startLoc, p.endLoc)
2676 this.lastTokEndLoc = this.endLoc
2824 if (this.options.locations) this.endLoc = this.curPosition()
Dacorn.js410 return function (block, text, start, end, startLoc, endLoc) { argument
418 comment.loc = new SourceLocation(this, startLoc, endLoc)
477 this.startLoc = this.endLoc = this.curPosition()
2662 this.loc = new SourceLocation(p, p.startLoc, p.endLoc)
2682 this.lastTokEndLoc = this.endLoc
2830 if (this.options.locations) this.endLoc = this.curPosition()
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js544 this.startLoc = this.endLoc = this.curPosition();
658 this.loc = new SourceLocation(state.startLoc, state.endLoc);
689 this.state.lastTokEndLoc = this.state.endLoc;
788 …Tokenizer.prototype.pushComment = function pushComment(block, text, start, end, startLoc, endLoc) { argument
794 loc: new SourceLocation(startLoc, endLoc)
890 this.state.endLoc = this.state.curPosition();