Home
last modified time | relevance | path

Searched refs:startSkip (Results 1 – 8 of 8) sorted by relevance

/plugin/asciidocjs/node_modules/is-expression/
Dindex.js25 parser.skipLineComment = function (startSkip) { argument
/plugin/asciidocjs/node_modules/acorn/src/
Dtokenize.js118 pp.skipLineComment = function(startSkip) { argument
121 let ch = this.input.charCodeAt(this.pos+=startSkip)
127 this.options.onComment(false, this.input.slice(start + startSkip, this.pos), start, this.pos,
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dtokenize.js131 pp.skipLineComment = function(startSkip) { argument
134 let ch = this.input.charCodeAt(this.pos+=startSkip)
140 this.options.onComment(false, this.input.slice(start + startSkip, this.pos), start, this.pos,
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn.es.js2501 pp$7.skipLineComment = function(startSkip) { argument
2506 var ch = this.input.charCodeAt(this.pos+=startSkip)
2512 this.options.onComment(false, this.input.slice(start + startSkip, this.pos), start, this.pos,
Dacorn.js2507 pp$7.skipLineComment = function(startSkip) { argument
2512 var ch = this.input.charCodeAt(this.pos+=startSkip)
2518 this.options.onComment(false, this.input.slice(start + startSkip, this.pos), start, this.pos,
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn.es.js2757 pp$7.skipLineComment = function(startSkip) { argument
2762 var ch = this.input.charCodeAt(this.pos+=startSkip)
2768 this.options.onComment(false, this.input.slice(start + startSkip, this.pos), start, this.pos,
Dacorn.js2763 pp$7.skipLineComment = function(startSkip) { argument
2768 var ch = this.input.charCodeAt(this.pos+=startSkip)
2774 this.options.onComment(false, this.input.slice(start + startSkip, this.pos), start, this.pos,
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js821 Tokenizer.prototype.skipLineComment = function skipLineComment(startSkip) { argument
824 var ch = this.input.charCodeAt(this.state.pos += startSkip);
830 …this.pushComment(false, this.input.slice(start + startSkip, this.state.pos), start, this.state.pos…