1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-19 12:25:07 +00:00
Commit graph

1 commit

Author SHA1 Message Date
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