Skip to content

[v6.x] deps: backport 071b655 from V8 upstream - #15215

Closed
targos wants to merge 2 commits into
nodejs:v6.x-stagingfrom
targos:fix-15075
Closed

[v6.x] deps: backport 071b655 from V8 upstream#15215
targos wants to merge 2 commits into
nodejs:v6.x-stagingfrom
targos:fix-15075

Conversation

@targos

Copy link
Copy Markdown
Member

Original commit message:

[PATCH] [debugger] Scope iterator should not visit inner function literals.
R=marja@chromium.org
BUG=chromium:621361
Review-Url: https://codereview.chromium.org/2185913003
Cr-Commit-Position: refs/heads/master@{#38087}

Fixes: #15075

/cc @nodejs/v8 @hashseed

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

V8

Original commit message:
[PATCH] [debugger] Scope iterator should not visit inner function literals.
R=marja@chromium.org
BUG=chromium:621361
Review-Url: https://codereview.chromium.org/2185913003
Cr-Commit-Position: refs/heads/master@{nodejs#38087}
Fixes: nodejs#15075
@nodejs-github-botnodejs-github-bot added v6.x v8 engine Issues and PRs related to the V8 dependency. labels Sep 6, 2017
@targostargos changed the title deps: backport 071b655 from V8 upstream[v6.x] deps: backport 071b655 from V8 upstreamSep 6, 2017
@targos

Copy link
Copy Markdown
MemberAuthor

@mhdawsonmhdawson left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

MylesBorins pushed a commit that referenced this pull request Sep 19, 2017
Original commit message:
[PATCH] [debugger] Scope iterator should not visit inner function literals.
R=marja@chromium.org
BUG=chromium:621361
Review-Url: https://codereview.chromium.org/2185913003
Cr-Commit-Position: refs/heads/master@{#38087}
Fixes: #15075
PR-URL: #15215
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
@MylesBorins

Copy link
Copy Markdown
Contributor

landed in 921876d

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v8 engineIssues and PRs related to the V8 dependency.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@targos@MylesBorins@fhinkel@jasnell@cjihrig@mhdawson@gibfahn@nodejs-github-bot