Skip to content

[v6.x] deps: V8: backport e560815 from upstream

This is the v6.x specific backport of https://github.com/nodejs/node/pull/12779.

Original commit message:

[runtime] Fix Array.prototype.concat with complex @@species Array.prototype.concat does not properly handle JSProxy species that will modify the currently visited array.

BUG=682194

Review-Url: https://codereview.chromium.org/2655623004 Cr-Commit-Position: refs/heads/master@{#42640}

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

deps: v8

/cc @nodejs/v8

Edit: CI: https://ci.nodejs.org/job/node-test-pull-request/10591/ V8-CI: https://ci.nodejs.org/view/All/job/node-test-commit-v8-linux/971/

Merge request reports

Loading