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

Issue 7461018: Implement for..in for FastDoubleArrays (Closed)

Created:
9 years, 5 months ago by danno
Modified:
9 years, 5 months ago
CC:
v8-dev
Visibility:
Public.

Description

Implement for..in for FastDoubleArrays Also add tests for apply on FastDoubleArrays. R=ager@chromium.org BUG=none TEST=unboxed-double-array.js Committed: http://code.google.com/p/v8/source/detail?r=8693

Patch Set 1 #

Patch Set 2 : uncomment test #

Total comments: 1

Patch Set 3 : review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -6 lines) Patch
M src/objects.cc View 1 2 4 chunks +24 lines, -6 lines 0 comments Download
M test/mjsunit/unbox-double-arrays.js View 1 1 chunk +49 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
danno
9 years, 5 months ago (2011-07-20 10:06:56 UTC) #1
Mads Ager (chromium)
LGTM http://codereview.chromium.org/7461018/diff/2002/src/objects.cc File src/objects.cc (right): http://codereview.chromium.org/7461018/diff/2002/src/objects.cc#newcode9641 src/objects.cc:9641: case FAST_DOUBLE_ELEMENTS: { Move this to right after ...
9 years, 5 months ago (2011-07-20 10:10:29 UTC) #2
danno
9 years, 5 months ago (2011-07-20 10:54:28 UTC) #3
Incorporated feedback, landing.

Powered by Google App Engine
This is Rietveld 408576698