[v8.x backport] deps: backport 9a23bdd from upstream V8#22418
Closed
Drieger wants to merge 1 commit intonodejs:v8.x-stagingfrom
Closed
[v8.x backport] deps: backport 9a23bdd from upstream V8#22418Drieger wants to merge 1 commit intonodejs:v8.x-stagingfrom
Drieger wants to merge 1 commit intonodejs:v8.x-stagingfrom
Conversation
f7e7a28 to
280f095
Compare
280f095 to
fad8bc7
Compare
Contributor
mmarchini
approved these changes
Aug 21, 2018
Contributor
|
@nodejs/v8 @nodejs/v8-update @nodejs/release PTAL |
richardlau
requested changes
Aug 21, 2018
Member
richardlau
left a comment
There was a problem hiding this comment.
Please bump the patch level version in v8-version.h as per the maintaining V8 guide:
Contributor
Author
|
@richardlau updated patch level in |
caf2708 to
308fb6e
Compare
richardlau
approved these changes
Aug 21, 2018
Contributor
|
The change LGTM, but the general policy is that we allow fixes to be released on Current first before back-porting to LTS. AFAICT, this has not been released on Current yet. |
Contributor
|
Marked as blocked until #22338 lands or https://bugs.chromium.org/p/v8/issues/detail?id=7916 gets backported upstream. |
Original commit message:
[Isolate] Fix Isolate::PrintCurrentStackTrace for interpreted frames
Previously we were getting the code object from the stack, so printed incorrect
position details for interpreted frames.
BUG=v8:7916
Change-Id: I2f87584117d88b7db3f3b9bdbfe793c4d3e33fe9
Reviewed-on: https://chromium-review.googlesource.com/1126313
Reviewed-by: Toon Verwaest <[email protected]>
Commit-Queue: Ross McIlroy <[email protected]>
Cr-Commit-Position: refs/heads/master@{nodejs#54253}
Refs: v8/v8@9a23bdd
Fixes: nodejs#21988
308fb6e to
94402b0
Compare
Contributor
This was referenced Sep 18, 2018
BethGriggs
pushed a commit
that referenced
this pull request
Oct 2, 2018
Original commit message:
[Isolate] Fix Isolate::PrintCurrentStackTrace for interpreted frames
Previously we were getting the code object from the stack, so printed incorrect
position details for interpreted frames.
BUG=v8:7916
Change-Id: I2f87584117d88b7db3f3b9bdbfe793c4d3e33fe9
Reviewed-on: https://chromium-review.googlesource.com/1126313
Reviewed-by: Toon Verwaest <[email protected]>
Commit-Queue: Ross McIlroy <[email protected]>
Cr-Commit-Position: refs/heads/master@{#54253}
Refs: v8/v8@9a23bdd
Fixes: #21988
PR-URL: #22418
Refs: #22338
Reviewed-By: Matheus Marchini <[email protected]>
Reviewed-By: Ujjwal Sharma <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Member
|
Landed in 9e2077a |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Original commit message:
Refs: v8/v8@9a23bdd
Refs: #22338
Fixes: #21988
Checklist
[x]
make -j4 test(UNIX), orvcbuild test(Windows) passes[x] commit message follows commit guidelines