Home
last modified time | relevance | path

Searched defs:RegExp (Results 1 – 25 of 42) sorted by relevance

12

/third_party/jerryscript/tests/jerry/
Dregression-test-issue-1074.js16 try { this.String.prototype.constructor.prototype.$(new (this.RegExp)()) } catch($){}
17 try { this.RegExp.prototype.constructor.prototype.compile () } catch($){} class
Dregression-test-issue-1073.js16 try { RegExp.prototype.compile() } catch($){} class
Dregression-test-issue-783.js16 RegExp.prototype.compile(RegExp.prototype); class
Dregression-test-issue-1075.js16 try { RegExp.prototype.compile() } catch($){} class
Dregression-test-issue-785.js15 try { RegExp.prototype.toString() } catch (err) { } class
/third_party/jerryscript/tests/jerry/es2015/
Dregression-test-issue-612.js16 RegExp.prototype.compile([]); class
Dregression-test-issue-3880.js15 RegExp.prototype.constructor = "" class
Dregexp-prototype-source.js43 RegExp.prototype.source; class
Dregexp-flags.js65 RegExp.prototype.flags; class
Dproxy_set_apply_receiver.js26 RegExp.prototype[Symbol.match].call(p); class
/third_party/jerryscript/tests/jerry/es5.1/
Dregexp-routines.js16 RegExp.prototype.toString.call ({}); class
Dbuiltin-prototypes.js51 RegExp.prototype.source = "a"; class
/third_party/typescript/tests/cases/compiler/
DconstructorOverloads5.ts4 export function RegExp(pattern: string): RegExp; function
DnoDefaultLib.ts11 interface RegExp {} interface
DdeclarationEmitBundlePreservesHasNoDefaultLibDirective.ts15 interface RegExp {} interface
DdeclarationEmitPreservesHasNoDefaultLibDirective.ts12 interface RegExp {} interface
DthisInTupleTypeParameterConstraints.ts7 interface RegExp {} interface
/third_party/typescript/lib/
Dlib.es2020.symbol.wellknown.d.ts32 interface RegExp { interface
Dlib.es2018.regexp.d.ts33 interface RegExp { interface
/third_party/typescript/src/lib/
Des2020.symbol.wellknown.d.ts12 interface RegExp { interface
Des2018.regexp.d.ts13 interface RegExp { interface
/third_party/libphonenumber/cpp/src/phonenumbers/
Dregexp_cache.h49 class RegExp; variable
/third_party/typescript/tests/cases/conformance/decorators/
DmissingDecoratorType.ts12 interface RegExp { } interface
/third_party/typescript/tests/cases/conformance/declarationEmit/
DlibReferenceNoLibBundle.ts16 interface RegExp { } interface
DlibReferenceNoLib.ts14 interface RegExp { } interface

12