mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
The current shadow realm constructor implementation was based off a merge request to the shadow realm proposal for integration into the web platform. However, this merge request had a bug which we had applied a workaround for by popping off the execution stack. Since then, the spec has had an update of: https://github.com/tc39/proposal-shadowrealm/commit/28b0cc Which closer aligned the mainline spec to the proposed merge request. Now, the original shadow realm proposal merge request has been closed and a new one has been reopened with a much more minimal set of changes that merely adds extra arguments to HostInitializeShadowRealm, which this commit aligns with.
2.6 KiB
2.6 KiB