1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 18:05:08 +00:00
serenity/Libraries/LibJS/Tests/builtins/RegExp
Linus Groh 5cb45e4feb LibJS: Make RegExp() constructor spec-compliant
- Default values should depend on arguments being undefined, not being
  missing
- "(?:)" for empty pattern happens in RegExp.prototype.source, not the
  constructor
2020-11-28 01:20:11 +01:00
..
RegExp.js LibJS: Make RegExp() constructor spec-compliant 2020-11-28 01:20:11 +01:00
RegExp.prototype.exec.js LibJS: Implement `RegExpPrototype::exec()' 2020-11-27 21:32:41 +01:00
RegExp.prototype.test.js LibJS: Hook up Regex<ECMA262> to RegExpObject and implement `test()' 2020-11-27 21:32:41 +01:00
RegExp.prototype.toString.js LibJS: Implement RegExp.prototype.toString() as standalone function 2020-11-04 19:33:49 +01:00