Home
last modified time | relevance | path

Searched refs:isIdentifierStart (Results 1 – 14 of 14) sorted by relevance

/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dindex.js35 export {isIdentifierChar, isIdentifierStart} from "./identifier"
Didentifier.js60 export function isIdentifierStart(code, astral) { function
Dtokenize.js1 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))
Dstatement.js4 import {isIdentifierStart, isIdentifierChar} from "./identifier"
42 if (isIdentifierStart(nextCh, true)) {
/plugin/asciidocjs/node_modules/acorn/src/
Dtokenize.js1 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))
Dindex.js35 export {isIdentifierChar, isIdentifierStart} from "./identifier"
Didentifier.js59 export function isIdentifierStart(code, astral) { function
Dstatement.js4 import {isIdentifierStart, isIdentifierChar} from "./identifier"
38 if (isIdentifierStart(nextCh, true)) {
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn.js66 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;
Dacorn.es.js60 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/
Dacorn.js65 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;
Dacorn.es.js59 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/
DREADME.md79 #### code.isIdentifierStart(code)
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js77 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)) {