Home
last modified time | relevance | path

Searched refs:curPosition (Results 1 – 17 of 17) sorted by relevance

/plugin/asciidocjs/node_modules/acorn/src/
Dtokenize.js77 if (this.options.locations) this.startLoc = this.curPosition()
101 let startLoc = this.options.onComment && this.curPosition()
115 startLoc, this.curPosition())
120 let startLoc = this.options.onComment && this.curPosition()
128 startLoc, this.curPosition())
181 if (this.options.locations) this.endLoc = this.curPosition()
Dlocation.js22 pp.curPosition = function() { function in pp
Dstate.js59 this.startLoc = this.endLoc = this.curPosition()
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dlocation.js22 pp.curPosition = function() { function in pp
Dtokenize.js90 if (this.options.locations) this.startLoc = this.curPosition()
114 let startLoc = this.options.onComment && this.curPosition()
128 startLoc, this.curPosition())
133 let startLoc = this.options.onComment && this.curPosition()
141 startLoc, this.curPosition())
194 if (this.options.locations) this.endLoc = this.curPosition()
Dstate.js55 this.startLoc = this.endLoc = this.curPosition()
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/
Dstate.js13 let here = this.toks.curPosition()
/plugin/asciidocjs/node_modules/acorn/src/loose/
Dstate.js13 let here = this.toks.curPosition()
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn.es.js461 this.startLoc = this.endLoc = this.curPosition()
2222 pp$4.curPosition = function() { function
2458 if (this.options.locations) this.startLoc = this.curPosition()
2484 var startLoc = this.options.onComment && this.curPosition()
2498 startLoc, this.curPosition())
2505 var startLoc = this.options.onComment && this.curPosition()
2513 startLoc, this.curPosition())
2568 if (this.options.locations) this.endLoc = this.curPosition()
Dacorn.js467 this.startLoc = this.endLoc = this.curPosition()
2228 pp$4.curPosition = function() {
2464 if (this.options.locations) this.startLoc = this.curPosition()
2490 var startLoc = this.options.onComment && this.curPosition()
2504 startLoc, this.curPosition())
2511 var startLoc = this.options.onComment && this.curPosition()
2519 startLoc, this.curPosition())
2574 if (this.options.locations) this.endLoc = this.curPosition()
Dacorn_loose.es.js14 var here = this.toks.curPosition()
Dacorn_loose.js20 var here = this.toks.curPosition()
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn_loose.es.js14 var here = this.toks.curPosition()
Dacorn.es.js471 this.startLoc = this.endLoc = this.curPosition()
2489 pp$4.curPosition = function() { function
2714 if (this.options.locations) this.startLoc = this.curPosition()
2740 var startLoc = this.options.onComment && this.curPosition()
2754 startLoc, this.curPosition())
2761 var startLoc = this.options.onComment && this.curPosition()
2769 startLoc, this.curPosition())
2824 if (this.options.locations) this.endLoc = this.curPosition()
Dacorn.js477 this.startLoc = this.endLoc = this.curPosition()
2495 pp$4.curPosition = function() {
2720 if (this.options.locations) this.startLoc = this.curPosition()
2746 var startLoc = this.options.onComment && this.curPosition()
2760 startLoc, this.curPosition())
2767 var startLoc = this.options.onComment && this.curPosition()
2775 startLoc, this.curPosition())
2830 if (this.options.locations) this.endLoc = this.curPosition()
Dacorn_loose.js18 var here = this.toks.curPosition()
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js544 this.startLoc = this.endLoc = this.curPosition();
626 State.prototype.curPosition = function curPosition() { method in State
760 this.state.startLoc = this.state.curPosition();
805 var startLoc = this.state.curPosition();
818 …true, this.input.slice(start + 2, end), start, this.state.pos, startLoc, this.state.curPosition());
823 var startLoc = this.state.curPosition();
830 …ice(start + startSkip, this.state.pos), start, this.state.pos, startLoc, this.state.curPosition());
890 this.state.endLoc = this.state.curPosition();