Home
last modified time | relevance | path

Searched defs:hasExtendedUnicodeEscape (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/src/compiler/
Dscanner.ts22 hasExtendedUnicodeEscape(): boolean; method
/third_party/typescript/lib/
DtypescriptServices.d.ts1221 hasExtendedUnicodeEscape?: boolean; property
4583 hasExtendedUnicodeEscape(): boolean; method
Dtypescript.d.ts1221 hasExtendedUnicodeEscape?: boolean; property
4583 hasExtendedUnicodeEscape(): boolean; method
Dtsserverlibrary.d.ts1221 hasExtendedUnicodeEscape?: boolean; property
4583 hasExtendedUnicodeEscape(): boolean; method
Dtsc.js7937 hasExtendedUnicodeEscape: function () { return (tokenFlags & 8) !== 0; }, method
18710 function createStringLiteral(text, isSingleQuote, hasExtendedUnicodeEscape) { argument
18758 … function createIdentifier(text, typeArguments, originalKeywordKind, hasExtendedUnicodeEscape) { argument
DtypingsInstaller.js10936hasExtendedUnicodeEscape: function () { return (tokenFlags & 8 /* TokenFlags.ExtendedUnicodeEscape… method
23379 function createStringLiteral(text, isSingleQuote, hasExtendedUnicodeEscape) { argument
23434 … function createIdentifier(text, typeArguments, originalKeywordKind, hasExtendedUnicodeEscape) { argument
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts1221 hasExtendedUnicodeEscape?: boolean; property
4583 hasExtendedUnicodeEscape(): boolean; method
Dtsserverlibrary.d.ts1221 hasExtendedUnicodeEscape?: boolean; property
4583 hasExtendedUnicodeEscape(): boolean; method