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

Issue 993073002: [es6] Function length property should be configurable (Closed)

Created:
5 years, 9 months ago by arv (Not doing code reviews)
Modified:
5 years, 9 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] Function length property should be configurable ES6 specs the function length property (it was not part of ES5) and it makes it configurable. BUG=v8:3045 LOG=N R=mstarzinger@chromium.org, adamk@chromium.org CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_rel_ng;tryserver.blink:linux_blink_rel Committed: https://crrev.com/e62584464873264c72c386170fe7fa8dce926833 Cr-Commit-Position: refs/heads/master@{#27190}

Patch Set 1 #

Patch Set 2 : Fix test/webkit #

Patch Set 3 : Refactor to share more code #

Total comments: 3

Patch Set 4 : Disable tests :'( #

Total comments: 1

Patch Set 5 : Update status file to new format #

Patch Set 6 : sort exceptions again #

Patch Set 7 : git rebase #

Patch Set 8 : Fix status file again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+466 lines, -23 lines) Patch
M src/accessors.cc View 1 2 2 chunks +45 lines, -14 lines 0 comments Download
M src/bootstrapper.cc View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
A test/mjsunit/es6/function-length-configurable.js View 1 chunk +119 lines, -0 lines 0 comments Download
M test/mjsunit/es7/object-observe.js View 1 2 3 4 5 6 2 chunks +27 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-1530.js View 1 chunk +2 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-function-length-strict.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mozilla/mozilla.status View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
M test/test262-es6/test262-es6.status View 1 2 3 4 5 6 7 1 chunk +126 lines, -0 lines 0 comments Download
M test/test262/test262.status View 1 2 3 1 chunk +127 lines, -0 lines 0 comments Download
M test/webkit/fast/js/kde/prototype_length.js View 1 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/prototype_length-expected.txt View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 43 (15 generated)
arv (Not doing code reviews)
Fix test/webkit
5 years, 9 months ago (2015-03-10 19:37:55 UTC) #1
arv (Not doing code reviews)
Refactor to share more code
5 years, 9 months ago (2015-03-10 22:37:29 UTC) #2
arv (Not doing code reviews)
PTAL Here is the Blink CL that disables the Blink tests so this does not ...
5 years, 9 months ago (2015-03-10 22:41:23 UTC) #3
arv (Not doing code reviews)
PTAL Here is the Blink CL that disables the Blink tests so this does not ...
5 years, 9 months ago (2015-03-10 22:41:48 UTC) #4
adamk
lgtm https://codereview.chromium.org/993073002/diff/40001/src/accessors.cc File src/accessors.cc (right): https://codereview.chromium.org/993073002/diff/40001/src/accessors.cc#newcode1098 src/accessors.cc:1098: MUST_USE_RESULT static MaybeHandle<Object> ReplaceAccessorWithDataProperty( On 2015/03/10 22:41:23, arv ...
5 years, 9 months ago (2015-03-10 22:49:51 UTC) #5
Michael Starzinger
LGTM. https://codereview.chromium.org/993073002/diff/40001/src/accessors.cc File src/accessors.cc (right): https://codereview.chromium.org/993073002/diff/40001/src/accessors.cc#newcode1098 src/accessors.cc:1098: MUST_USE_RESULT static MaybeHandle<Object> ReplaceAccessorWithDataProperty( On 2015/03/10 22:49:51, adamk ...
5 years, 9 months ago (2015-03-11 09:35:23 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/993073002/40001
5 years, 9 months ago (2015-03-11 12:35:23 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_rel/builds/3707)
5 years, 9 months ago (2015-03-11 13:18:09 UTC) #10
arv (Not doing code reviews)
On 2015/03/11 13:18:09, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
5 years, 9 months ago (2015-03-11 13:23:17 UTC) #11
arv (Not doing code reviews)
Disable tests :'(
5 years, 9 months ago (2015-03-11 14:11:11 UTC) #12
arv (Not doing code reviews)
I had to disable more than 100 test262 tests. I'll be working on fixing these ...
5 years, 9 months ago (2015-03-11 14:19:31 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/993073002/60001
5 years, 9 months ago (2015-03-11 14:50:30 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/51828)
5 years, 9 months ago (2015-03-12 00:57:46 UTC) #18
arv (Not doing code reviews)
Update status file to new format
5 years, 9 months ago (2015-03-12 18:24:08 UTC) #19
arv (Not doing code reviews)
sort exceptions again
5 years, 9 months ago (2015-03-12 18:26:56 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/993073002/100001
5 years, 9 months ago (2015-03-12 19:55:52 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_asan_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_asan_rel/builds/2285) v8_linux_arm64_rel on tryserver.v8 (JOB_FAILED, ...
5 years, 9 months ago (2015-03-12 19:57:15 UTC) #25
arv (Not doing code reviews)
git rebase
5 years, 9 months ago (2015-03-12 20:28:36 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/993073002/120001
5 years, 9 months ago (2015-03-12 20:29:14 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_rel/builds/3783)
5 years, 9 months ago (2015-03-12 21:01:30 UTC) #31
arv (Not doing code reviews)
On 2015/03/12 21:01:30, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
5 years, 9 months ago (2015-03-13 13:15:14 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/993073002/120001
5 years, 9 months ago (2015-03-13 13:15:28 UTC) #34
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_rel/builds/3816)
5 years, 9 months ago (2015-03-13 14:11:06 UTC) #36
arv (Not doing code reviews)
Fix status file again
5 years, 9 months ago (2015-03-13 15:40:43 UTC) #37
arv (Not doing code reviews)
On 2015/03/13 15:40:43, arv wrote: > Fix status file again Stoopid me... I had a ...
5 years, 9 months ago (2015-03-13 15:41:42 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/993073002/140001
5 years, 9 months ago (2015-03-13 15:42:05 UTC) #41
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 9 months ago (2015-03-13 17:19:46 UTC) #42
commit-bot: I haz the power
5 years, 9 months ago (2015-03-13 17:20:01 UTC) #43
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/e62584464873264c72c386170fe7fa8dce926833
Cr-Commit-Position: refs/heads/master@{#27190}

Powered by Google App Engine
This is Rietveld 408576698