Searched defs:hasExtendedUnicodeEscape (Results 1 – 12 of 12) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | scanner.ts | 22 hasExtendedUnicodeEscape(): boolean; method
|
| /third_party/typescript/lib/ |
| D | typescriptServices.d.ts | 1145 hasExtendedUnicodeEscape?: boolean; property 3995 hasExtendedUnicodeEscape(): boolean; method
|
| D | typescript.d.ts | 1145 hasExtendedUnicodeEscape?: boolean; property 3995 hasExtendedUnicodeEscape(): boolean; method
|
| D | tsserverlibrary.d.ts | 1145 hasExtendedUnicodeEscape?: boolean; property 3995 hasExtendedUnicodeEscape(): boolean; method
|
| D | tsc.js | 7100 hasExtendedUnicodeEscape: function () { return (tokenFlags & 8) !== 0; }, method 16859 function createStringLiteral(text, isSingleQuote, hasExtendedUnicodeEscape) { argument
|
| D | typingsInstaller.js | 9922 …hasExtendedUnicodeEscape: function () { return (tokenFlags & 8 /* ExtendedUnicodeEscape */) !== 0;… method 21179 function createStringLiteral(text, isSingleQuote, hasExtendedUnicodeEscape) { argument
|
| D | typescriptServices.js | 10127 …hasExtendedUnicodeEscape: function () { return (tokenFlags & 8 /* ExtendedUnicodeEscape */) !== 0;… method 21384 function createStringLiteral(text, isSingleQuote, hasExtendedUnicodeEscape) { argument
|
| D | typescript.js | 10127 …hasExtendedUnicodeEscape: function () { return (tokenFlags & 8 /* ExtendedUnicodeEscape */) !== 0;… method 21384 function createStringLiteral(text, isSingleQuote, hasExtendedUnicodeEscape) { argument
|
| D | tsserver.js | 9933 …hasExtendedUnicodeEscape: function () { return (tokenFlags & 8 /* ExtendedUnicodeEscape */) !== 0;… method 21190 function createStringLiteral(text, isSingleQuote, hasExtendedUnicodeEscape) { argument
|
| D | tsserverlibrary.js | 10127 …hasExtendedUnicodeEscape: function () { return (tokenFlags & 8 /* ExtendedUnicodeEscape */) !== 0;… method 21384 function createStringLiteral(text, isSingleQuote, hasExtendedUnicodeEscape) { argument
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 1154 hasExtendedUnicodeEscape?: boolean; property 4075 hasExtendedUnicodeEscape(): boolean; method
|
| D | typescript.d.ts | 1154 hasExtendedUnicodeEscape?: boolean; property 4075 hasExtendedUnicodeEscape(): boolean; method
|