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

Issue 268363011: Array Iterator next should check for own property (Closed)

Created:
6 years, 7 months ago by arv (Not doing code reviews)
Modified:
6 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Array Iterator next should check for own property Since we are using private symbols for the internal slots we need to check for a local property. BUG=None LOG=Y R=rossberg@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21399

Patch Set 1 : #

Patch Set 2 : Use HAS_PRIVATE #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -5 lines) Patch
M src/array-iterator.js View 1 2 chunks +12 lines, -5 lines 0 comments Download
M test/mjsunit/harmony/array-iterator.js View 1 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
arv (Not doing code reviews)
Follow up CL from https://codereview.chromium.org/258793005/
6 years, 7 months ago (2014-05-07 16:26:53 UTC) #1
Toon Verwaest
Lg semantically, but andreas had some performance concern with %HasLocalProperty. I'll defer to him, given ...
6 years, 7 months ago (2014-05-07 16:42:13 UTC) #2
rossberg
On 2014/05/07 16:42:13, Toon Verwaest wrote: > Lg semantically, but andreas had some performance concern ...
6 years, 7 months ago (2014-05-08 08:59:20 UTC) #3
rossberg
On 2014/05/08 08:59:20, rossberg wrote: > On 2014/05/07 16:42:13, Toon Verwaest wrote: > > Lg ...
6 years, 7 months ago (2014-05-20 09:14:28 UTC) #4
arv (Not doing code reviews)
Now using HAS_PRIVATE.
6 years, 7 months ago (2014-05-20 21:12:46 UTC) #5
rossberg
lgtm
6 years, 7 months ago (2014-05-21 06:59:39 UTC) #6
adamk
6 years, 7 months ago (2014-05-21 08:05:22 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 manually as r21399 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698