| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/ |
| D | index.js | 35 export {isIdentifierChar, isIdentifierStart} from "./identifier"
|
| D | identifier.js | 60 export function isIdentifierStart(code, astral) { function
|
| D | tokenize.js | 1 import {isIdentifierStart, isIdentifierChar} from "./identifier" 100 if (isIdentifierStart(code, this.options.ecmaVersion >= 6) || code === 92 /* '\' */) 485 …if (isIdentifierStart(this.fullCharCodeAtPos())) this.raise(this.pos, "Identifier directly after n… 507 …if (isIdentifierStart(this.fullCharCodeAtPos())) this.raise(this.pos, "Identifier directly after n… 675 if (!(first ? isIdentifierStart : isIdentifierChar)(esc, astral))
|
| D | statement.js | 4 import {isIdentifierStart, isIdentifierChar} from "./identifier" 42 if (isIdentifierStart(nextCh, true)) {
|
| /plugin/asciidocjs/node_modules/acorn/src/ |
| D | tokenize.js | 1 import {isIdentifierStart, isIdentifierChar} from "./identifier" 87 if (isIdentifierStart(code, this.options.ecmaVersion >= 6) || code === 92 /* '\' */) 472 …if (isIdentifierStart(this.fullCharCodeAtPos())) this.raise(this.pos, "Identifier directly after n… 495 …if (isIdentifierStart(this.fullCharCodeAtPos())) this.raise(this.pos, "Identifier directly after n… 663 if (!(first ? isIdentifierStart : isIdentifierChar)(esc, astral))
|
| D | index.js | 35 export {isIdentifierChar, isIdentifierStart} from "./identifier"
|
| D | identifier.js | 59 export function isIdentifierStart(code, astral) { function
|
| D | statement.js | 4 import {isIdentifierStart, isIdentifierChar} from "./identifier" 38 if (isIdentifierStart(nextCh, true)) {
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/ |
| D | acorn.js | 66 function isIdentifierStart(code, astral) { function 660 if (isIdentifierStart(nextCh, true)) { 2474 if (isIdentifierStart(code, this.options.ecmaVersion >= 6) || code === 92 /* '\' */) 2869 …if (isIdentifierStart(this.fullCharCodeAtPos())) this.raise(this.pos, "Identifier directly after n… 2891 …if (isIdentifierStart(this.fullCharCodeAtPos())) this.raise(this.pos, "Identifier directly after n… 3065 if (!(first ? isIdentifierStart : isIdentifierChar)(esc, astral)) 3134 exports.isIdentifierStart = isIdentifierStart;
|
| D | acorn.es.js | 60 function isIdentifierStart(code, astral) { function 654 if (isIdentifierStart(nextCh, true)) { 2468 if (isIdentifierStart(code, this.options.ecmaVersion >= 6) || code === 92 /* '\' */) 2863 …if (isIdentifierStart(this.fullCharCodeAtPos())) this.raise(this.pos, "Identifier directly after n… 2885 …if (isIdentifierStart(this.fullCharCodeAtPos())) this.raise(this.pos, "Identifier directly after n… 3059 if (!(first ? isIdentifierStart : isIdentifierChar)(esc, astral)) 3112 …tt as tokTypes, TokContext, types as tokContexts, isIdentifierChar, isIdentifierStart, Token, isNe…
|
| /plugin/asciidocjs/node_modules/acorn/dist/ |
| D | acorn.js | 65 function isIdentifierStart(code, astral) { function 690 if (isIdentifierStart(nextCh, true)) { 2730 if (isIdentifierStart(code, this.options.ecmaVersion >= 6) || code === 92 /* '\' */) 3125 …if (isIdentifierStart(this.fullCharCodeAtPos())) this.raise(this.pos, "Identifier directly after n… 3148 …if (isIdentifierStart(this.fullCharCodeAtPos())) this.raise(this.pos, "Identifier directly after n… 3322 if (!(first ? isIdentifierStart : isIdentifierChar)(esc, astral)) 3425 exports.isIdentifierStart = isIdentifierStart;
|
| D | acorn.es.js | 59 function isIdentifierStart(code, astral) { function 684 if (isIdentifierStart(nextCh, true)) { 2724 if (isIdentifierStart(code, this.options.ecmaVersion >= 6) || code === 92 /* '\' */) 3119 …if (isIdentifierStart(this.fullCharCodeAtPos())) this.raise(this.pos, "Identifier directly after n… 3142 …if (isIdentifierStart(this.fullCharCodeAtPos())) this.raise(this.pos, "Identifier directly after n… 3316 if (!(first ? isIdentifierStart : isIdentifierChar)(esc, astral)) 3401 …, keywordTypes, TokContext, types as tokContexts, isIdentifierChar, isIdentifierStart, Token, isNe…
|
| /plugin/asciidocjs/node_modules/esutils/ |
| D | README.md | 79 #### code.isIdentifierStart(code)
|
| /plugin/asciidocjs/node_modules/babylon/lib/ |
| D | index.js | 77 function isIdentifierStart(code) { function 773 if (isIdentifierStart(code) || code === 92 /* '\' */) { 1228 …if (isIdentifierStart(this.fullCharCodeAtPos())) this.raise(this.state.pos, "Identifier directly a… 1259 …if (isIdentifierStart(this.fullCharCodeAtPos())) this.raise(this.state.pos, "Identifier directly a… 1492 if (!(first ? isIdentifierStart : isIdentifierChar)(esc, true)) { 7254 if (isIdentifierStart(code)) {
|