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

Issue 207153004: Fix DebugEvaluate for generators. (Closed)

Created:
6 years, 9 months ago by Yang
Modified:
6 years, 9 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Fix DebugEvaluate for generators. R=mstarzinger@chromium.org BUG=v8:3225 LOG=N Committed: https://code.google.com/p/v8/source/detail?r=20195

Patch Set 1 #

Total comments: 2

Patch Set 2 : fixed as discussed. #

Patch Set 3 : refactor #

Total comments: 1

Patch Set 4 : fixed nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -6 lines) Patch
M src/runtime.cc View 1 2 3 3 chunks +16 lines, -6 lines 0 comments Download
A test/mjsunit/regress-3225.js View 1 chunk +48 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Yang
6 years, 9 months ago (2014-03-24 08:04:20 UTC) #1
Michael Starzinger
https://codereview.chromium.org/207153004/diff/1/src/runtime.cc File src/runtime.cc (right): https://codereview.chromium.org/207153004/diff/1/src/runtime.cc#newcode11427 src/runtime.cc:11427: if (scope_info->ContextSlotIndex(*name, &mode, &init_flag) != -1) { I am ...
6 years, 9 months ago (2014-03-24 10:24:28 UTC) #2
Yang
On 2014/03/24 10:24:28, Michael Starzinger wrote: > https://codereview.chromium.org/207153004/diff/1/src/runtime.cc > File src/runtime.cc (right): > > https://codereview.chromium.org/207153004/diff/1/src/runtime.cc#newcode11427 ...
6 years, 9 months ago (2014-03-24 10:40:31 UTC) #3
Michael Starzinger
LGTM with a nit. https://codereview.chromium.org/207153004/diff/30001/src/runtime.cc File src/runtime.cc (right): https://codereview.chromium.org/207153004/diff/30001/src/runtime.cc#newcode11443 src/runtime.cc:11443: Runtime::SetObjectProperty( nit: Should fit into ...
6 years, 9 months ago (2014-03-24 10:57:07 UTC) #4
Yang
6 years, 9 months ago (2014-03-24 14:11:03 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r20195 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698