-
Notifications
You must be signed in to change notification settings - Fork 30.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[8.x] deps: V8: cherry-pick 8361fa58 from upstream #21294
Conversation
@ofrobots sadly an error occured when I tried to trigger a build :( |
084ef60
to
859dc64
Compare
this is going to need a rebase and another CI kick off |
fa01875
to
2a47c7d
Compare
@mhdawson the V8-CI seems to be failing on ppcle and s390x. Any ideas why? |
@nodejs/build @mhdawson ping on the V8-CI issues above. |
I fixed the s390 issue a few days ago as mentioned on the other PR. |
Fresh V8 CI now that the CI issues are fixed: https://ci.nodejs.org/view/All/job/node-test-commit-v8-linux/1495/ |
@nodejs/lts @nodejs/v8-update this needs an LGTM before this back-port can land. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rubber stamp LGTM
Original commit message: [runtime] Fix derived class instantiation Bug: chromium:806388 Change-Id: Ieb343f0d532c16b6102e85222b77713f23bacf8c Reviewed-on: https://chromium-review.googlesource.com/894942 Reviewed-by: Igor Sheludko <ishell@chromium.org> Commit-Queue: Camillo Bruni <cbruni@chromium.org> Cr-Commit-Position: refs/heads/master@{nodejs#50990} PR-URL: nodejs#21294 Reviewed-By: Myles Borins <myles.borins@gmail.com>
2a47c7d
to
a075cbe
Compare
Thanks!. Landed on |
Original commit message: [runtime] Fix derived class instantiation Bug: chromium:806388 Change-Id: Ieb343f0d532c16b6102e85222b77713f23bacf8c Reviewed-on: https://chromium-review.googlesource.com/894942 Reviewed-by: Igor Sheludko <ishell@chromium.org> Commit-Queue: Camillo Bruni <cbruni@chromium.org> Cr-Commit-Position: refs/heads/master@{#50990} PR-URL: #21294 Reviewed-By: Myles Borins <myles.borins@gmail.com>
9.x: #21293
Original commit message:
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes/cc @nodejs/v8-update