Home
last modified time | relevance | path

Searched defs:hasEscapeSequence (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DparserRealSource10.js871 function IdentifierToken(value, hasEscapeSequence) { argument
DparserRealSource11.js2634 function Identifier(actualText, hasEscapeSequence) { argument
2643 Identifier.prototype.setText = function (actualText, hasEscapeSequence) { argument
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource10.ts395 constructor (public value: string, public hasEscapeSequence : boolean) { property in IdentifierToken
DparserRealSource11.ts267 constructor (public actualText: string, public hasEscapeSequence?: boolean) { property in Identifier