mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-09 16:42:19 +02:00
When a nested function (arrow or function expression) inside a default parameter expression captures a name that also has a body var declaration, the capture must propagate to the parent scope. Otherwise, the outer scope optimizes the binding to a local register, making it invisible to GetBinding at runtime.
27 KiB
27 KiB