1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-19 05:15:08 +00:00
serenity/Libraries/LibJS/Tests/builtins/RegExp
Linus Groh e163db248d LibJS: Implement RegExp.prototype.toString() as standalone function
This should not just inherit Object.prototype.toString() (and override
Object::to_string()) but be its own function, i.e.
'RegExp.prototype.toString !== Object.prototype.toString'.
2020-11-04 19:33:49 +01:00
..
RegExp.prototype.toString.js LibJS: Implement RegExp.prototype.toString() as standalone function 2020-11-04 19:33:49 +01:00