| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
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.
Sorry, something went wrong.
|
This is indeed a port of the bugfix (i.e. cherry pick doesn't land cleanly on v6.x, and needs fixup). @cristiancavalli Can you s/cherry-pick/backport/ in the commit message? |
Sorry, something went wrong.
|
/cc @nodejs/v8 as the original mention didn't work. |
Sorry, something went wrong.
Sorry, something went wrong.
|
@cristiancavalli I suspect that this PR needs a rebase before the V8 CI can run. Can you rebase? |
Sorry, something went wrong.
|
https://ci.nodejs.org/job/node-test-pull-request/4821/ EDIT1: https://ci.nodejs.org/job/node-test-commit-v8-linux/409/ |
Sorry, something went wrong.
Sorry, something went wrong.
|
@ofrobots I'm backporting to v6.x and v4.x right now... just running some local tests first edit: done 🎉 |
Sorry, something went wrong.
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}
|
New V8-CI: https://ci.nodejs.org/job/node-test-commit-v8-linux/415/ |
Sorry, something went wrong.
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 v6.x-staging as bda45b5. |
Sorry, something went wrong.
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
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
deps
Description of change
Backport of bugfix from upstream V8
cc @nodejs/v8
V8 commit: v8/v8@5c8cb16