mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-29 08:46:42 +00:00
RegExp.prototype.compile will require invoking RegExpInitialize on an already-existing RegExpObject. Break up RegExpCreate into RegExpAlloc and RegExpInitialize to support this.