Searched defs:hasExtendedUnicodeEscape (Results 1 – 8 of 8) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | scanner.ts | 22 hasExtendedUnicodeEscape(): boolean; method
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 1233 hasExtendedUnicodeEscape?: boolean; property
|
| D | typescriptServices.d.ts | 1233 hasExtendedUnicodeEscape?: boolean; property
|
| D | tsserverlibrary.d.ts | 1233 hasExtendedUnicodeEscape?: boolean; property
|
| D | tsc.js | 8003 hasExtendedUnicodeEscape: function () { return (tokenFlags & 8) !== 0; }, method 18838 function createStringLiteral(text, isSingleQuote, hasExtendedUnicodeEscape) { argument 18886 … function createIdentifier(text, typeArguments, originalKeywordKind, hasExtendedUnicodeEscape) { argument
|
| D | typingsInstaller.js | 11022 …hasExtendedUnicodeEscape: 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/ |
| D | typescript.d.ts | 1233 hasExtendedUnicodeEscape?: boolean; property
|
| D | tsserverlibrary.d.ts | 1233 hasExtendedUnicodeEscape?: boolean; property
|