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

Issue 580823002: Implement generator mirror (Closed)

Created:
6 years, 3 months ago by wingo
Modified:
6 years, 3 months ago
Reviewers:
aandrey, Yang
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 6

Patch Set 2 : Remove context field, add "running" status check #

Total comments: 1

Patch Set 3 : Fix nits; rename generator-mirror.js to generators-mirror.js #

Unified diffs Side-by-side diffs Delta from patch set Stats (+239 lines, -2 lines) Patch
M src/mirror-debugger.js View 1 8 chunks +91 lines, -2 lines 0 comments Download
M src/runtime.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/runtime.cc View 1 chunk +59 lines, -0 lines 0 comments Download
A test/mjsunit/es6/generators-mirror.js View 1 2 1 chunk +84 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
wingo
PTAL; I guess I have to hook up some serializer things too?
6 years, 3 months ago (2014-09-17 12:25:42 UTC) #1
aandrey
https://codereview.chromium.org/580823002/diff/1/src/mirror-debugger.js File src/mirror-debugger.js (right): https://codereview.chromium.org/580823002/diff/1/src/mirror-debugger.js#newcode1381 src/mirror-debugger.js:1381: if (continuation < 0) return "running"; is it possible ...
6 years, 3 months ago (2014-09-17 13:21:30 UTC) #2
wingo
Updated patch and comments below. https://codereview.chromium.org/580823002/diff/1/src/mirror-debugger.js File src/mirror-debugger.js (right): https://codereview.chromium.org/580823002/diff/1/src/mirror-debugger.js#newcode1381 src/mirror-debugger.js:1381: if (continuation < 0) ...
6 years, 3 months ago (2014-09-17 13:54:30 UTC) #3
aandrey
looking good, deferring to Yang https://codereview.chromium.org/580823002/diff/20001/test/mjsunit/es6/generator-mirror.js File test/mjsunit/es6/generator-mirror.js (right): https://codereview.chromium.org/580823002/diff/20001/test/mjsunit/es6/generator-mirror.js#newcode54 test/mjsunit/es6/generator-mirror.js:54: assertEquals(debug.MakeMirror(iter).status(), 'running'); nit: expected ...
6 years, 3 months ago (2014-09-18 08:45:21 UTC) #4
wingo
Updated patch to fix nits, and renamed test to be generators-mirror instead of generator-mirror, in ...
6 years, 3 months ago (2014-09-18 09:18:19 UTC) #5
Yang
On 2014/09/18 09:18:19, wingo wrote: > Updated patch to fix nits, and renamed test to ...
6 years, 3 months ago (2014-09-18 09:55:16 UTC) #6
wingo
6 years, 3 months ago (2014-09-18 13:30:25 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as 24043 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698