Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Issue 1375813002: [V8] Add name of function for function's closure scope (Closed)

Created:
5 years, 2 months ago by kozy
Modified:
5 years, 2 months ago
Reviewers:
Yang, yurys
CC:
v8-reviews_googlegroups.com, Yang
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[V8] Add name of function for function's closure scope Added ScopeDetails.name field for closure scopes. It contains function's debug name of current context of scope. BUG=493156 LOG=Y R=yurys@chromium.org,yangguo@chromium.org Committed: https://crrev.com/ce54e16270e6fe46b1afbd4256a0f23243ff623e Cr-Commit-Position: refs/heads/master@{#31028}

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -1 line) Patch
M src/debug/debug-scopes.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/debug/debug-scopes.cc View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M src/debug/mirrors.js View 1 2 3 2 chunks +10 lines, -0 lines 0 comments Download
M test/mjsunit/debug-scopes.js View 1 2 23 chunks +34 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (2 generated)
kozy
Yury, please take a look.
5 years, 2 months ago (2015-09-29 00:52:41 UTC) #1
yurys
Please add a test
5 years, 2 months ago (2015-09-29 02:05:19 UTC) #2
kozy
On 2015/09/29 02:05:19, yurys wrote: > Please add a test Done.
5 years, 2 months ago (2015-09-29 03:33:27 UTC) #3
yurys
lgtm https://codereview.chromium.org/1375813002/diff/20001/test/mjsunit/debug-scopes.js File test/mjsunit/debug-scopes.js (right): https://codereview.chromium.org/1375813002/diff/20001/test/mjsunit/debug-scopes.js#newcode156 test/mjsunit/debug-scopes.js:156: assertScopeMirrorEquals(all_scopes[i], scope); I think we can omit this ...
5 years, 2 months ago (2015-09-29 08:24:00 UTC) #4
kozy
All done. Yang, please take a look. https://codereview.chromium.org/1375813002/diff/20001/test/mjsunit/debug-scopes.js File test/mjsunit/debug-scopes.js (right): https://codereview.chromium.org/1375813002/diff/20001/test/mjsunit/debug-scopes.js#newcode156 test/mjsunit/debug-scopes.js:156: assertScopeMirrorEquals(all_scopes[i], scope); ...
5 years, 2 months ago (2015-09-29 15:15:32 UTC) #5
Yang
lgtm with nits https://codereview.chromium.org/1375813002/diff/40001/src/debug/debug-scopes.cc File src/debug/debug-scopes.cc (right): https://codereview.chromium.org/1375813002/diff/40001/src/debug/debug-scopes.cc#newcode135 src/debug/debug-scopes.cc:135: if (HasContext() && CurrentContext()->closure()) { Please ...
5 years, 2 months ago (2015-09-30 10:55:04 UTC) #6
kozy
All done. https://codereview.chromium.org/1375813002/diff/40001/src/debug/debug-scopes.cc File src/debug/debug-scopes.cc (right): https://codereview.chromium.org/1375813002/diff/40001/src/debug/debug-scopes.cc#newcode135 src/debug/debug-scopes.cc:135: if (HasContext() && CurrentContext()->closure()) { On 2015/09/30 ...
5 years, 2 months ago (2015-09-30 17:00:18 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1375813002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1375813002/60001
5 years, 2 months ago (2015-09-30 17:00:34 UTC) #10
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 2 months ago (2015-09-30 17:24:32 UTC) #11
commit-bot: I haz the power
5 years, 2 months ago (2015-09-30 17:24:42 UTC) #12
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/ce54e16270e6fe46b1afbd4256a0f23243ff623e
Cr-Commit-Position: refs/heads/master@{#31028}

Powered by Google App Engine
This is Rietveld 408576698