mirror of
https://github.com/servo/servo
synced 2026-05-13 10:27:03 +02:00
The `forEach` method installed on iterable DOM interfaces uses SpiderMonkey's self-hosted implementation of `Array.prototype.forEach`, but it has the wrong value for `nargs`, causing failing asserts in debug and wrong behavior in release builds. Fixes #13451
276 KiB
276 KiB