Home
last modified time | relevance | path

Searched refs:RegexLiteral (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/src/linter/
DProblems.ts20 ComputedPropertyName, LiteralAsPropertyName, TypeQuery, RegexLiteral, IsOperator, enumerator
72 faultsAttrs[FaultID.RegexLiteral] = { cookBookRef: "37", };
DTypeScriptLinterConfig.ts43 LinterConfig.nodeDesc[FaultID.RegexLiteral] = "regex literals";
176 [SyntaxKind.RegularExpressionLiteral, FaultID.RegexLiteral],
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js777 export class RegexLiteral extends Expression {
3125 var RegexLiteral = /** @class */ (function (_super) { class
3126 __extends(RegexLiteral, _super);
3127 function RegexLiteral(regex) { class in anonymousFunctionf875237c0600.RegexLiteral
3132 RegexLiteral.prototype.typeCheck = function (typeFlow) { class
3136 RegexLiteral.prototype.emit = function (emitter, tokenId, startLine) {
3143 return RegexLiteral;
3145 TypeScript.RegexLiteral = RegexLiteral;
DparserRealSource11.symbols2108 export class RegexLiteral extends Expression {
2109 >RegexLiteral : Symbol(RegexLiteral, Decl(parserRealSource11.ts, 773, 5))
2113 >regex : Symbol(RegexLiteral.regex, Decl(parserRealSource11.ts, 776, 21))
2120 >typeCheck : Symbol(RegexLiteral.typeCheck, Decl(parserRealSource11.ts, 778, 9))
2125 >this : Symbol(RegexLiteral, Decl(parserRealSource11.ts, 773, 5))
2130 >this : Symbol(RegexLiteral, Decl(parserRealSource11.ts, 773, 5))
2134 >emit : Symbol(RegexLiteral.emit, Decl(parserRealSource11.ts, 783, 9))
2141 >this : Symbol(RegexLiteral, Decl(parserRealSource11.ts, 773, 5))
2145 >this : Symbol(RegexLiteral, Decl(parserRealSource11.ts, 773, 5))
2149 >this.regex : Symbol(RegexLiteral.regex, Decl(parserRealSource11.ts, 776, 21))
[all …]
Dparserharness.types4231 name = (<TypeScript.RegexLiteral>ast).text;
4232 >name = (<TypeScript.RegexLiteral>ast).text : any
4234 >(<TypeScript.RegexLiteral>ast).text : any
4235 >(<TypeScript.RegexLiteral>ast) : any
4236 ><TypeScript.RegexLiteral>ast : any
Dparserharness.js1060 name = (<TypeScript.RegexLiteral>ast).text;
Dparserharness.errors.txt1264 name = (<TypeScript.RegexLiteral>ast).text;
DparserRealSource11.types3541 export class RegexLiteral extends Expression {
3542 >RegexLiteral : RegexLiteral
DparserRealSource11.errors.txt1686 export class RegexLiteral extends Expression {
Dparserharness.symbols3104 name = (<TypeScript.RegexLiteral>ast).text;
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts1060 name = (<TypeScript.RegexLiteral>ast).text;
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts776 export class RegexLiteral extends Expression { class
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts7579 RegexLiteral = 7,
Dtsserverlibrary.d.ts11362 RegexLiteral = 7,