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

Issue 693813002: Add debug mirror support for ES6 Map/Set iterators. (Closed)

Created:
6 years, 1 month ago by aandrey
Modified:
6 years, 1 month ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Add debug mirror support for ES6 Map/Set iterators. This is to show values preview of an iterator in DevTools console. API=v8::Value::IsMapIterator, v8::Value::IsSetIterator BUG=chromium:427868 R=arv@chromium.org, yangguo@chromium.org, adamk@chromium.org LOG=Y Committed: https://code.google.com/p/v8/source/detail?r=25100

Patch Set 1 #

Patch Set 2 : added v8::Value::IsMapIterator and v8::Value::IsSetIterator #

Total comments: 4

Patch Set 3 : improve test #

Patch Set 4 : #

Patch Set 5 : added TODO #

Unified diffs Side-by-side diffs Delta from patch set Stats (+180 lines, -5 lines) Patch
M include/v8.h View 1 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download
M src/api.cc View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
M src/factory.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M src/factory.cc View 1 chunk +16 lines, -0 lines 0 comments Download
M src/mirror-debugger.js View 6 chunks +46 lines, -5 lines 0 comments Download
M src/runtime/runtime.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/runtime/runtime-collections.cc View 1 2 3 2 chunks +28 lines, -0 lines 0 comments Download
A test/mjsunit/es6/mirror-iterators.js View 1 2 1 chunk +62 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (1 generated)
aandrey
6 years, 1 month ago (2014-10-31 09:26:59 UTC) #1
arv (Not doing code reviews)
FYI https://codereview.chromium.org/693813002/diff/20001/src/factory.cc File src/factory.cc (right): https://codereview.chromium.org/693813002/diff/20001/src/factory.cc#newcode1725 src/factory.cc:1725: Handle<JSMapIterator> Factory::NewJSMapIterator() { Maybe this should take the ...
6 years, 1 month ago (2014-10-31 10:20:19 UTC) #3
aandrey
https://codereview.chromium.org/693813002/diff/20001/src/factory.cc File src/factory.cc (right): https://codereview.chromium.org/693813002/diff/20001/src/factory.cc#newcode1725 src/factory.cc:1725: Handle<JSMapIterator> Factory::NewJSMapIterator() { On 2014/10/31 10:20:18, arv wrote: > ...
6 years, 1 month ago (2014-10-31 10:43:22 UTC) #4
aandrey
FYI, DevTools side change: https://codereview.chromium.org/694753002/
6 years, 1 month ago (2014-10-31 10:45:50 UTC) #5
Yang
The debugger part lgtm. I'll leave the review of the runtime part to Erik or ...
6 years, 1 month ago (2014-11-03 12:26:02 UTC) #6
arv (Not doing code reviews)
LGTM Maybe add a comment in factory?
6 years, 1 month ago (2014-11-03 17:00:15 UTC) #7
aandrey
On 2014/11/03 17:00:15, arv wrote: > LGTM > > Maybe add a comment in factory? ...
6 years, 1 month ago (2014-11-04 10:01:31 UTC) #8
aandrey
6 years, 1 month ago (2014-11-04 10:02:37 UTC) #9
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as 25100 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698