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

Issue 13042013: ES6 symbols: symbol properties should not cause going into slow mode. (Closed)

Created:
7 years, 9 months ago by rossberg
Modified:
7 years, 9 months ago
Reviewers:
Yang
CC:
v8-dev, adamk
Visibility:
Public.

Description

ES6 symbols: symbol properties should not cause going into slow mode. R=yangguo@chromium.org BUG= Committed: http://code.google.com/p/v8/source/detail?r=14089

Patch Set 1 #

Patch Set 2 : Fix assertion. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M src/objects.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/harmony/symbols.js View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
rossberg
7 years, 9 months ago (2013-03-27 17:51:58 UTC) #1
Yang
On 2013/03/27 17:51:58, rossberg wrote: lgtm。
7 years, 9 months ago (2013-03-27 17:55:11 UTC) #2
rossberg
On 2013/03/27 17:55:11, Yang wrote: > On 2013/03/27 17:51:58, rossberg wrote: > > lgtm。 Actually, ...
7 years, 9 months ago (2013-03-27 18:45:29 UTC) #3
rossberg
7 years, 9 months ago (2013-03-28 11:53:46 UTC) #4
On 2013/03/27 18:45:29, rossberg wrote:
> On 2013/03/27 17:55:11, Yang wrote:
> > On 2013/03/27 17:51:58, rossberg wrote:
> > 
> > lgtm。
> 
> Actually, not good at all, considering that calling %HasFastProperties does
not
> mean much without an an 'assertTrue' around it -- and it actually fails when I
> add that. 8-}

Makes more sense now.

Powered by Google App Engine
This is Rietveld 408576698