Skip to content

[v22.x] deps: V8: cherry-pick 217457d0a560

Fixes a bug in set methods. This commit is already on main with V8 12.8.

Thanks @ljharb for reporting on Slack.

Original commit message:

[set-methods] Handle SetLike with infinite size

This CL adds a check for identifying SetLikes with infinite sizes in
methods dependent on the size of `other`s.

Bug: 351332634
Change-Id: I5c6d9c0cc7f3f5fae5cedc72a44bc21c917c84b8
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5684652
Reviewed-by: Shu-yu Guo <syg@chromium.org>
Commit-Queue: Rezvan Mahdavi Hezaveh <rezvan@chromium.org>
Cr-Commit-Position: refs/heads/main@{#94897}

Refs: https://github.com/v8/v8/commit/217457d0a560990b5ed41da9a5bfc0d224a0f060

Merge request reports

Loading