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 ee66eaa1b0 LibJS: Make RegExp.prototype.flags spec-compliant
This should be using the individual flag boolean properties rather than
the [[OriginalFlags]] internal slot.
Use an enumerator macro here for brevity, this will be useful for other
things 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: Implement RegExp.prototype.toString() as standalone function 2020-11-04 19:33:49 +01:00