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/
Dtypescript.d.ts1233 hasExtendedUnicodeEscape?: boolean; property
DtypescriptServices.d.ts1233 hasExtendedUnicodeEscape?: boolean; property
Dtsserverlibrary.d.ts1233 hasExtendedUnicodeEscape?: boolean; property
Dtsc.js8003 hasExtendedUnicodeEscape: function () { return (tokenFlags & 8) !== 0; }, method
18838 function createStringLiteral(text, isSingleQuote, hasExtendedUnicodeEscape) { argument
18886 … function createIdentifier(text, typeArguments, originalKeywordKind, hasExtendedUnicodeEscape) { argument
DtypingsInstaller.js11022hasExtendedUnicodeEscape: function () { return (tokenFlags & 8 /* TokenFlags.ExtendedUnicodeEscape… method
23545 function createStringLiteral(text, isSingleQuote, hasExtendedUnicodeEscape) { argument
23600 … function createIdentifier(text, typeArguments, originalKeywordKind, hasExtendedUnicodeEscape) { argument
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts1233 hasExtendedUnicodeEscape?: boolean; property
Dtsserverlibrary.d.ts1233 hasExtendedUnicodeEscape?: boolean; property