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

Issue 1428823002: [es6] Fix Function and GeneratorFunction built-ins subclassing. (Closed)

Created:
5 years, 1 month ago by Igor Sheludko
Modified:
5 years, 1 month ago
Reviewers:
Toon Verwaest
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@subclass
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[es6] Fix Function and GeneratorFunction built-ins subclassing. BUG=v8:3101, v8:3330 LOG=Y Committed: https://crrev.com/99e7f872d3d0a5fb799dcbafb05537cda491314a Cr-Commit-Position: refs/heads/master@{#31708}

Patch Set 1 : #

Patch Set 2 : GeneratorFunction subclassing fixed #

Patch Set 3 : Test updated #

Total comments: 6

Patch Set 4 : Addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -32 lines) Patch
M src/bootstrapper.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download
M src/factory.h View 1 chunk +5 lines, -2 lines 0 comments Download
M src/factory.cc View 1 chunk +13 lines, -2 lines 0 comments Download
M src/js/generator.js View 1 2 3 1 chunk +5 lines, -3 lines 0 comments Download
M src/js/v8natives.js View 1 2 3 1 chunk +5 lines, -3 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/runtime/runtime.h View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime/runtime-function.cc View 1 2 3 1 chunk +33 lines, -5 lines 0 comments Download
M src/runtime/runtime-object.cc View 1 1 chunk +6 lines, -14 lines 0 comments Download
M test/mjsunit/es6/classes-subclass-builtins.js View 1 2 2 chunks +60 lines, -0 lines 0 comments Download
M test/mjsunit/regress/regress-function-constructor-receiver.js View 1 chunk +2 lines, -2 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 25 (11 generated)
Igor Sheludko
PTAL
5 years, 1 month ago (2015-10-29 15:51:37 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1428823002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1428823002/60001
5 years, 1 month ago (2015-10-29 22:42:10 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-10-29 23:00:03 UTC) #8
Toon Verwaest
lgtm https://codereview.chromium.org/1428823002/diff/60001/src/js/generator.js File src/js/generator.js (right): https://codereview.chromium.org/1428823002/diff/60001/src/js/generator.js#newcode88 src/js/generator.js:88: // Set name-should-print-as-anonymous flag on the SFI and ...
5 years, 1 month ago (2015-10-30 10:58:02 UTC) #9
Igor Sheludko
https://codereview.chromium.org/1428823002/diff/60001/src/js/generator.js File src/js/generator.js (right): https://codereview.chromium.org/1428823002/diff/60001/src/js/generator.js#newcode88 src/js/generator.js:88: // Set name-should-print-as-anonymous flag on the SFI and ensure ...
5 years, 1 month ago (2015-10-30 11:08:57 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1428823002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1428823002/80001
5 years, 1 month ago (2015-10-30 11:09:13 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1428823002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1428823002/80001
5 years, 1 month ago (2015-11-02 10:03:10 UTC) #16
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-02 10:40:07 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1428823002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1428823002/80001
5 years, 1 month ago (2015-11-02 11:43:19 UTC) #20
commit-bot: I haz the power
Committed patchset #4 (id:80001)
5 years, 1 month ago (2015-11-02 11:45:22 UTC) #21
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/99e7f872d3d0a5fb799dcbafb05537cda491314a Cr-Commit-Position: refs/heads/master@{#31708}
5 years, 1 month ago (2015-11-02 11:46:03 UTC) #22
Igor Sheludko
A revert of this CL (patchset #4 id:80001) has been created in https://codereview.chromium.org/1413723008/ by ishell@chromium.org. ...
5 years, 1 month ago (2015-11-02 11:58:42 UTC) #23
Michael Achenbach
Hmm - how did this pass the Check step on linux64? Was the dry run ...
5 years, 1 month ago (2015-11-02 12:53:15 UTC) #24
Igor Sheludko
5 years, 1 month ago (2015-11-02 12:59:01 UTC) #25
Message was sent while issue was closed.
On 2015/11/02 12:53:15, Michael Achenbach wrote:
> Hmm - how did this pass the Check step on linux64? Was the dry run made on an
> older HEAD? Maybe the HEAD changed by the time of committing, the old tryjob
> result got reused and now with the newest code there are undetected test
> failures...

Could it be related to the fact that this patch set depends on another one?

Powered by Google App Engine
This is Rietveld 408576698