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

Issue 402423003: Expose the content of Sets and WeakSets through SetMirror. (Closed)

Created:
6 years, 5 months ago by Alexandra Mikhaylova
Modified:
6 years, 5 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Expose the content of Sets and WeakSets through SetMirror. BUG=v8:3093 LOG=Y R=aandrey@chromium.org, arv@chromium.org, yangguo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22541

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -4 lines) Patch
M src/mirror-debugger.js View 1 5 chunks +40 lines, -0 lines 0 comments Download
M src/runtime.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 1 1 chunk +22 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/mirror-collections.js View 1 3 chunks +62 lines, -0 lines 0 comments Download
A + test/mjsunit/runtime-gen/getweaksetvalues.js View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/generate-runtime-tests.py View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Alexandra Mikhaylova
6 years, 5 months ago (2014-07-22 10:26:13 UTC) #1
aandrey
lgtm
6 years, 5 months ago (2014-07-22 13:02:18 UTC) #2
arv (Not doing code reviews)
https://codereview.chromium.org/402423003/diff/1/src/mirror-debugger.js File src/mirror-debugger.js (right): https://codereview.chromium.org/402423003/diff/1/src/mirror-debugger.js#newcode1338 src/mirror-debugger.js:1338: var iter = %_CallFunction(this.value_, builtins.SetEntries); You can do SetValues ...
6 years, 5 months ago (2014-07-22 15:15:10 UTC) #3
Alexandra Mikhaylova
https://codereview.chromium.org/402423003/diff/1/src/mirror-debugger.js File src/mirror-debugger.js (right): https://codereview.chromium.org/402423003/diff/1/src/mirror-debugger.js#newcode1338 src/mirror-debugger.js:1338: var iter = %_CallFunction(this.value_, builtins.SetEntries); On 2014/07/22 15:15:10, arv ...
6 years, 5 months ago (2014-07-22 16:01:18 UTC) #4
arv (Not doing code reviews)
LGTM
6 years, 5 months ago (2014-07-22 16:53:18 UTC) #5
Yang
On 2014/07/22 16:53:18, arv wrote: > LGTM LGTM.
6 years, 5 months ago (2014-07-23 07:16:01 UTC) #6
Yang
6 years, 5 months ago (2014-07-23 07:33:56 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 manually as r22541 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698