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 | typescriptServices.d.ts | 1221 hasExtendedUnicodeEscape?: boolean; property 4583 hasExtendedUnicodeEscape(): boolean; method
|
| D | typescript.d.ts | 1221 hasExtendedUnicodeEscape?: boolean; property 4583 hasExtendedUnicodeEscape(): boolean; method
|
| D | tsserverlibrary.d.ts | 1221 hasExtendedUnicodeEscape?: boolean; property 4583 hasExtendedUnicodeEscape(): boolean; method
|
| D | tsc.js | 7937 hasExtendedUnicodeEscape: function () { return (tokenFlags & 8) !== 0; }, method 18710 function createStringLiteral(text, isSingleQuote, hasExtendedUnicodeEscape) { argument 18758 … function createIdentifier(text, typeArguments, originalKeywordKind, hasExtendedUnicodeEscape) { argument
|
| D | typingsInstaller.js | 10936 …hasExtendedUnicodeEscape: 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/ |
| D | typescript.d.ts | 1221 hasExtendedUnicodeEscape?: boolean; property 4583 hasExtendedUnicodeEscape(): boolean; method
|
| D | tsserverlibrary.d.ts | 1221 hasExtendedUnicodeEscape?: boolean; property 4583 hasExtendedUnicodeEscape(): boolean; method
|