-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
deps: backport 5c8cb16 from upstream V8 #9422
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
deps: backport 5c8cb16 from upstream V8 #9422
Conversation
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.
LGTM. This is a back-port and not a clean cherry-pick, right?
CI: https://ci.nodejs.org/job/node-test-pull-request/4770/
Someone should start the V8 CI once it's working again.
This is indeed a port of the bugfix (i.e. cherry pick doesn't land cleanly on |
/cc @nodejs/v8 as the original mention didn't work. |
36382c7
to
5d1096a
Compare
@ofrobots updated |
@cristiancavalli I suspect that this PR needs a rebase before the V8 CI can run. Can you rebase? |
5d1096a
to
6a1c945
Compare
@ofrobots Rebased |
https://ci.nodejs.org/job/node-test-pull-request/4821/ EDIT1: https://ci.nodejs.org/job/node-test-commit-v8-linux/409/ |
Ah! That's because this fix is targeting the |
@ofrobots I'm backporting to v6.x and v4.x right now... just running some local tests first edit: done 🎉 |
@thealphanerd thanks. |
Original Commit Message: [ic] Don't call LookupIterator::GetStoreTarget() when receiver is not a JSReceiver. BUG=chromium:619166,chromium:625155 Review-Url: https://codereview.chromium.org/2175273002 Cr-Commit-Position: refs/heads/master@{nodejs#38018}
6a1c945
to
5c21909
Compare
Original Commit Message: [ic] Don't call LookupIterator::GetStoreTarget() when receiver is not a JSReceiver. BUG=chromium:619166,chromium:625155 Review-Url: https://codereview.chromium.org/2175273002 Cr-Commit-Position: refs/heads/master@{#38018} PR-URL: #9422 Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: jasnell - James M Snell <jasnell@gmail.com> Reviewed-By: targos - Michaël Zasso <mic.besace@gmail.com>
Landed on |
Fixed a small error that manifests when --debug is specified. This seems to have been introduced during the backport nodejs#9422. Ref: nodejs#9422 PR-URL: nodejs#10525
Checklist
make -j8 test
(UNIX), orvcbuild test nosign
(Windows) passesAffected core subsystem(s)
deps
Description of change
Backport of bugfix from upstream V8
cc @nodejs/v8
V8 commit: v8/v8@5c8cb16