Home
last modified time | relevance | path

Searched defs:isIdentifierStart (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/acorn/acorn/dist/
Dacorn.d.ts219 function isIdentifierStart(code: number, astral?: boolean): boolean method in acorn.Parser
Dacorn.mjs61 function isIdentifierStart(code, astral) { function
5927 isIdentifierStart: isIdentifierStart, property
Dacorn.js67 function isIdentifierStart(code, astral) { function
5933 isIdentifierStart: isIdentifierStart, property
/third_party/node/deps/cjs-module-lexer/
Dlexer.js1095 function isIdentifierStart(code, astral) { function
/third_party/typescript/src/compiler/
Dscanner.ts903 …export function isIdentifierStart(ch: number, languageVersion: ScriptTarget | undefined): boolean { function
/third_party/typescript/lib/
DtypingsInstaller.js10877 function isIdentifierStart(ch, languageVersion) { function
Dtsc.js7888 function isIdentifierStart(ch, languageVersion) { function