Home
last modified time | relevance | path

Searched refs:RegExpConstructor (Results 1 – 16 of 16) sorted by relevance

/third_party/typescript/lib/
Dlib.es2015.symbol.wellknown.d.ts229 interface RegExpConstructor { interface
230 readonly [Symbol.species]: RegExpConstructor;
Dlib.es2015.core.d.ts395 interface RegExpConstructor { interface
Dlib.es5.d.ts950 interface RegExpConstructor { interface
970 declare var RegExp: RegExpConstructor;
/third_party/typescript/src/lib/
Des2015.symbol.wellknown.d.ts209 interface RegExpConstructor { interface
210 readonly [Symbol.species]: RegExpConstructor;
Des2015.core.d.ts375 interface RegExpConstructor { interface
Des5.d.ts930 interface RegExpConstructor { interface
950 declare var RegExp: RegExpConstructor;
/third_party/typescript/tests/baselines/reference/
DconstDeclarationShadowedByVarDeclaration3.types9 >RegExp : RegExpConstructor
DtypeGuardsWithInstanceOf.types16 >RegExp : RegExpConstructor
DmodularizeLibrary_ErrorFromUsingES6FeaturesWithOnlyES5Lib.types114 >RegExp : RegExpConstructor
DmodularizeLibrary_TargetES6UsingES6Lib.types113 >RegExp : RegExpConstructor
DmodularizeLibrary_TargetES5UsingES6Lib.types190 >RegExp : RegExpConstructor
DmodularizeLibrary_NoErrorDuplicateLibOptions2.types190 >RegExp : RegExpConstructor
DmodularizeLibrary_NoErrorDuplicateLibOptions1.types190 >RegExp : RegExpConstructor
DduplicateLocalVariable1.types145 >RegExp : RegExpConstructor
DfixSignatureCaching.types1263 >RegExp : RegExpConstructor
1391 >RegExp : RegExpConstructor
3331 >RegExp : RegExpConstructor
3337 >RegExp : RegExpConstructor
/third_party/typescript/tests/lib/
Dlib.d.ts871 interface RegExpConstructor { interface
889 declare var RegExp: RegExpConstructor;