Searched refs:curPosition (Results 1 – 17 of 17) sorted by relevance
| /plugin/asciidocjs/node_modules/acorn/src/ |
| D | tokenize.js | 77 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()
|
| D | location.js | 22 pp.curPosition = function() { function in pp
|
| D | state.js | 59 this.startLoc = this.endLoc = this.curPosition()
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/ |
| D | location.js | 22 pp.curPosition = function() { function in pp
|
| D | tokenize.js | 90 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()
|
| D | state.js | 55 this.startLoc = this.endLoc = this.curPosition()
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/ |
| D | state.js | 13 let here = this.toks.curPosition()
|
| /plugin/asciidocjs/node_modules/acorn/src/loose/ |
| D | state.js | 13 let here = this.toks.curPosition()
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/ |
| D | acorn.es.js | 461 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()
|
| D | acorn.js | 467 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()
|
| D | acorn_loose.es.js | 14 var here = this.toks.curPosition()
|
| D | acorn_loose.js | 20 var here = this.toks.curPosition()
|
| /plugin/asciidocjs/node_modules/acorn/dist/ |
| D | acorn_loose.es.js | 14 var here = this.toks.curPosition()
|
| D | acorn.es.js | 471 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()
|
| D | acorn.js | 477 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()
|
| D | acorn_loose.js | 18 var here = this.toks.curPosition()
|
| /plugin/asciidocjs/node_modules/babylon/lib/ |
| D | index.js | 544 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();
|