1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 06:58:11 +00:00
serenity/Libraries/LibJS/Tests/builtins/RegExp
Linus Groh b6e5442d55 LibJS: Make RegExp.prototype.toString() spec-compliant
It should use the 'source' and 'flags' properties of the object, and
therefore work with non-RegExp objects as well.
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.flags.js LibJS: Make RegExp.prototype.flags spec-compliant 2020-11-28 01:20:11 +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: Make RegExp.prototype.toString() spec-compliant 2020-11-28 01:20:11 +01:00