mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-06 05:24:17 +00:00
https://tc39.es/ecma262/#sec-properties-of-the-regexp-prototype-object The RegExp prototype object: - is an ordinary object. - is not a RegExp instance and does not have a [[RegExpMatcher]] internal slot or any of the other internal slots of RegExp instance objects. In other words: no need to have RegExpPrototype inherit from RegExpObject (we weren't even calling its initialize()).