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

Issue 1061393002: Fix issues with name and length on poison pill function (Closed)

Created:
5 years, 8 months ago by arv (Not doing code reviews)
Modified:
5 years, 8 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

Fix issues with name and length on poison pill function In ES6 function name and length are configurable. However, the length and name properties of the poison pill function must not be configurable. BUG=v8:4011 LOG=N R=adamk@chromium.org, rossberg@chromium.org CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_rel_ng;tryserver.blink:linux_blink_rel Committed: https://crrev.com/79be74364a40db15d831f4578617819bb391e465 Cr-Commit-Position: refs/heads/master@{#27855}

Patch Set 1 #

Patch Set 2 : Use SetOwnPropertyIgnoreAttributes instead #

Total comments: 8

Patch Set 3 : No need to use a LookupIterator any more #

Patch Set 4 : git rebase and refactor #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -28 lines) Patch
M src/bootstrapper.cc View 1 2 3 3 chunks +39 lines, -28 lines 0 comments Download
A test/mjsunit/es6/throw-type-error-function-restrictions.js View 1 2 3 1 chunk +25 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (3 generated)
arv (Not doing code reviews)
Use SetOwnPropertyIgnoreAttributes instead
5 years, 8 months ago (2015-04-07 19:47:26 UTC) #1
arv (Not doing code reviews)
PTAL
5 years, 8 months ago (2015-04-07 19:48:51 UTC) #3
caitp (gmail)
https://codereview.chromium.org/1061393002/diff/20001/test/mjsunit/es6/throw-type-error-function-restrictions.js File test/mjsunit/es6/throw-type-error-function-restrictions.js (right): https://codereview.chromium.org/1061393002/diff/20001/test/mjsunit/es6/throw-type-error-function-restrictions.js#newcode7 test/mjsunit/es6/throw-type-error-function-restrictions.js:7: Object.getOwnPropertyDescriptor(f, 'arguments').get; hmmm --- can this wait on crrev.com/1027283004 ...
5 years, 8 months ago (2015-04-07 20:00:10 UTC) #4
adamk
Mostly just some questions https://codereview.chromium.org/1061393002/diff/20001/src/bootstrapper.cc File src/bootstrapper.cc (right): https://codereview.chromium.org/1061393002/diff/20001/src/bootstrapper.cc#newcode630 src/bootstrapper.cc:630: JSReceiver::DeleteProperty(function, factory()->name_string()).Assert(); So this'll put ...
5 years, 8 months ago (2015-04-07 20:02:58 UTC) #5
caitp (gmail)
On 2015/04/07 20:00:10, caitp wrote: > https://codereview.chromium.org/1061393002/diff/20001/test/mjsunit/es6/throw-type-error-function-restrictions.js > File test/mjsunit/es6/throw-type-error-function-restrictions.js (right): > > https://codereview.chromium.org/1061393002/diff/20001/test/mjsunit/es6/throw-type-error-function-restrictions.js#newcode7 > ...
5 years, 8 months ago (2015-04-07 20:03:08 UTC) #6
arv (Not doing code reviews)
https://codereview.chromium.org/1061393002/diff/20001/src/bootstrapper.cc File src/bootstrapper.cc (right): https://codereview.chromium.org/1061393002/diff/20001/src/bootstrapper.cc#newcode630 src/bootstrapper.cc:630: JSReceiver::DeleteProperty(function, factory()->name_string()).Assert(); On 2015/04/07 20:02:58, adamk wrote: > So ...
5 years, 8 months ago (2015-04-07 20:10:17 UTC) #7
arv (Not doing code reviews)
No need to use a LookupIterator any more
5 years, 8 months ago (2015-04-07 20:14:43 UTC) #8
arv (Not doing code reviews)
PTAL
5 years, 8 months ago (2015-04-07 20:15:13 UTC) #9
adamk
lgtm
5 years, 8 months ago (2015-04-07 21:02:47 UTC) #10
arv (Not doing code reviews)
Caitlin, can you take another look? I refactored this a bit to work better with ...
5 years, 8 months ago (2015-04-15 15:26:06 UTC) #11
caitp (gmail)
On 2015/04/15 15:26:06, arv wrote: > Caitlin, can you take another look? > > I ...
5 years, 8 months ago (2015-04-15 15:28:04 UTC) #12
arv (Not doing code reviews)
On 2015/04/15 15:28:04, caitp wrote: > On 2015/04/15 15:26:06, arv wrote: > > Caitlin, can ...
5 years, 8 months ago (2015-04-15 15:29:02 UTC) #13
caitp (gmail)
On 2015/04/15 15:29:02, arv wrote: > On 2015/04/15 15:28:04, caitp wrote: > > On 2015/04/15 ...
5 years, 8 months ago (2015-04-15 15:33:30 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1061393002/60001
5 years, 8 months ago (2015-04-15 15:37:11 UTC) #17
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 8 months ago (2015-04-15 17:15:38 UTC) #18
commit-bot: I haz the power
5 years, 8 months ago (2015-04-15 17:15:52 UTC) #19
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/79be74364a40db15d831f4578617819bb391e465
Cr-Commit-Position: refs/heads/master@{#27855}

Powered by Google App Engine
This is Rietveld 408576698