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

Issue 1153633003: [es6] Define generator prototype as writable prop (Closed)

Created:
5 years, 7 months ago by mike3
Modified:
5 years, 7 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[es6] Define generator prototype as writable prop The April 14 2015 final draft of the ES6 specification states that the `prototype` property of generator function instances should be writable. BUG=v8:4140, v8:4140 LOG=N R=arv@chromium.org Committed: https://crrev.com/f7b5912276dbb13dbd6fade196ad37207a4cb730 Cr-Commit-Position: refs/heads/master@{#28641}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Incorporate feedback from Cait #

Patch Set 3 : Add requested regression test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -13 lines) Patch
M src/bootstrapper.cc View 1 1 chunk +5 lines, -3 lines 0 comments Download
M test/mjsunit/es6/generators-runtime.js View 1 2 2 chunks +10 lines, -10 lines 0 comments Download
M test/mjsunit/harmony/object-literals-method.js View 2 chunks +14 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (2 generated)
mike3
Hi Erik, could you please take a look?
5 years, 7 months ago (2015-05-22 21:00:32 UTC) #1
caitp (gmail)
https://codereview.chromium.org/1153633003/diff/1/src/bootstrapper.cc File src/bootstrapper.cc (right): https://codereview.chromium.org/1153633003/diff/1/src/bootstrapper.cc#newcode2182 src/bootstrapper.cc:2182: Handle<Map> strict_function_map(strict_function_map_writable_prototype_); Can you add a note here about ...
5 years, 7 months ago (2015-05-22 21:11:23 UTC) #3
mike3
On 2015/05/22 21:11:23, caitp wrote: > src/bootstrapper.cc:2182: Handle<Map> > strict_function_map(strict_function_map_writable_prototype_); > Can you add a ...
5 years, 7 months ago (2015-05-22 21:31:16 UTC) #4
arv (Not doing code reviews)
LGTM It was not clear to me if Caitlin's comment was a side note or ...
5 years, 7 months ago (2015-05-26 16:01:03 UTC) #5
caitp (gmail)
On 2015/05/26 16:01:03, arv wrote: > LGTM > > It was not clear to me ...
5 years, 7 months ago (2015-05-26 16:12:52 UTC) #6
mike3
On 2015/05/26 16:12:52, caitp wrote: > So, we probably need to add some code to ...
5 years, 7 months ago (2015-05-26 16:54:45 UTC) #7
caitp (gmail)
On 2015/05/26 16:54:45, mike3 wrote: > On 2015/05/26 16:12:52, caitp wrote: > > So, we ...
5 years, 7 months ago (2015-05-26 16:56:37 UTC) #8
mike3
On 2015/05/26 16:56:37, caitp wrote: > On 2015/05/26 16:54:45, mike3 wrote: > > On 2015/05/26 ...
5 years, 7 months ago (2015-05-26 17:27:40 UTC) #9
caitp (gmail)
On 2015/05/26 17:27:40, mike3 wrote: > On 2015/05/26 16:56:37, caitp wrote: > > On 2015/05/26 ...
5 years, 7 months ago (2015-05-26 17:29:58 UTC) #10
arv (Not doing code reviews)
LGTM
5 years, 7 months ago (2015-05-26 17:32:27 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1153633003/40001
5 years, 7 months ago (2015-05-26 18:02:17 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 7 months ago (2015-05-26 18:31:41 UTC) #14
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/f7b5912276dbb13dbd6fade196ad37207a4cb730 Cr-Commit-Position: refs/heads/master@{#28641}
5 years, 7 months ago (2015-05-26 18:32:00 UTC) #15
mike3
On 2015/05/26 18:32:00, I haz the power - commit-bot wrote: > Patchset 3 (id:??) landed ...
5 years, 7 months ago (2015-05-26 18:35:16 UTC) #16
arv (Not doing code reviews)
5 years, 7 months ago (2015-05-26 18:36:06 UTC) #17
Message was sent while issue was closed.
On 2015/05/26 18:35:16, mike3 wrote:

> Thanks, Cait and Erik!

Thank you for fixing this.

Powered by Google App Engine
This is Rietveld 408576698