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

Issue 2452913002: [regexp] Set static property attributes as in spec proposal (Closed)

Created:
4 years, 1 month ago by jgruber
Modified:
4 years, 1 month ago
Reviewers:
Dan Ehrenberg, Yang
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[regexp] Set static property attributes as in spec proposal '[...] accessor properties who have the attributes { [[Enumerable]]: false, [[Configurable]]: true } [...]' BUG=v8:5566 Committed: https://crrev.com/88c5a300c5d291a76cf62c216aeeddf022efea45 Cr-Commit-Position: refs/heads/master@{#40609}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Ensure setters are undefined #

Patch Set 3 : Remove useless code #

Patch Set 4 : Check properties are getters #

Total comments: 2

Patch Set 5 : Check setters as well #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -14 lines) Patch
M src/bootstrapper.cc View 2 3 3 chunks +6 lines, -14 lines 0 comments Download
A test/mjsunit/regress/regress-5566.js View 1 2 3 4 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (18 generated)
jgruber
Let's see whether layout tests need to be updated.
4 years, 1 month ago (2016-10-26 07:37:16 UTC) #4
Dan Ehrenberg
lgtm https://codereview.chromium.org/2452913002/diff/1/test/mjsunit/regress/regress-5566.js File test/mjsunit/regress/regress-5566.js (right): https://codereview.chromium.org/2452913002/diff/1/test/mjsunit/regress/regress-5566.js#newcode22 test/mjsunit/regress/regress-5566.js:22: assertFalse(Object.getOwnPropertyDescriptor(RegExp, prop).enumerable, prop); While you're looking at the ...
4 years, 1 month ago (2016-10-26 08:36:42 UTC) #7
jgruber
https://codereview.chromium.org/2452913002/diff/1/test/mjsunit/regress/regress-5566.js File test/mjsunit/regress/regress-5566.js (right): https://codereview.chromium.org/2452913002/diff/1/test/mjsunit/regress/regress-5566.js#newcode22 test/mjsunit/regress/regress-5566.js:22: assertFalse(Object.getOwnPropertyDescriptor(RegExp, prop).enumerable, prop); On 2016/10/26 08:36:41, Dan Ehrenberg wrote: ...
4 years, 1 month ago (2016-10-26 09:30:43 UTC) #10
Dan Ehrenberg
Could you back out that setter change from this patch? I hadn't noticed it in ...
4 years, 1 month ago (2016-10-26 09:59:58 UTC) #15
jgruber
On 2016/10/26 09:59:58, Dan Ehrenberg wrote: > Could you back out that setter change from ...
4 years, 1 month ago (2016-10-26 10:37:11 UTC) #18
Dan Ehrenberg
lgtm https://codereview.chromium.org/2452913002/diff/60001/test/mjsunit/regress/regress-5566.js File test/mjsunit/regress/regress-5566.js (right): https://codereview.chromium.org/2452913002/diff/60001/test/mjsunit/regress/regress-5566.js#newcode20 test/mjsunit/regress/regress-5566.js:20: assertTrue(desc.get !== undefined, prop); Since we left it ...
4 years, 1 month ago (2016-10-26 11:14:27 UTC) #21
jgruber
https://codereview.chromium.org/2452913002/diff/60001/test/mjsunit/regress/regress-5566.js File test/mjsunit/regress/regress-5566.js (right): https://codereview.chromium.org/2452913002/diff/60001/test/mjsunit/regress/regress-5566.js#newcode20 test/mjsunit/regress/regress-5566.js:20: assertTrue(desc.get !== undefined, prop); On 2016/10/26 11:14:27, Dan Ehrenberg ...
4 years, 1 month ago (2016-10-27 07:48:15 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2452913002/80001
4 years, 1 month ago (2016-10-27 07:48:30 UTC) #25
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 1 month ago (2016-10-27 08:25:31 UTC) #26
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:14:58 UTC) #28
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/88c5a300c5d291a76cf62c216aeeddf022efea45
Cr-Commit-Position: refs/heads/master@{#40609}

Powered by Google App Engine
This is Rietveld 408576698