Home
last modified time | relevance | path

Searched defs:RegexLiteral (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js3125 var RegexLiteral = /** @class */ (function (_super) { class
3127 function RegexLiteral(regex) { class in anonymousFunction1f2ad09c0600.RegexLiteral
3132 RegexLiteral.prototype.typeCheck = function (typeFlow) { class
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts776 export class RegexLiteral extends Expression { class