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

Issue 21079003: Add new Harmony methods to Array.prototype object. (Closed)

Created:
7 years, 4 months ago by ioseb
Modified:
7 years, 4 months ago
CC:
v8-dev
Base URL:
git://github.com/v8/v8.git@master
Visibility:
Public.

Description

Add new Harmony methods to Array.prototype object. Array.prototype.find Array.prototype.findIndex http://people.mozilla.org/~jorendorff/es6-draft.html BUG=v8:2776, v8:2777 TEST=mjsunit/harmony/array-find,mjsunit/harmony/array-findindex R=mstarzinger@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=16025

Patch Set 1 #

Patch Set 2 : fixed typo #

Total comments: 7

Patch Set 3 : review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+693 lines, -1 line) Patch
M src/bootstrapper.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 2 chunks +2 lines, -0 lines 0 comments Download
A src/harmony-array.js View 1 2 1 chunk +124 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/array-find.js View 1 2 1 chunk +280 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/array-findindex.js View 1 2 1 chunk +280 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
Michael Starzinger
I'll take a look at this one.
7 years, 4 months ago (2013-08-01 14:55:45 UTC) #1
ioseb
On 2013/08/01 14:55:45, Michael Starzinger wrote: > I'll take a look at this one. Thanks!
7 years, 4 months ago (2013-08-01 15:40:28 UTC) #2
Michael Starzinger
First round of comments. https://codereview.chromium.org/21079003/diff/2007/src/harmony-array.js File src/harmony-array.js (right): https://codereview.chromium.org/21079003/diff/2007/src/harmony-array.js#newcode48 src/harmony-array.js:48: var length = ToUint32(array.length); The ...
7 years, 4 months ago (2013-08-01 16:21:02 UTC) #3
ioseb
All done. On 2013/08/01 16:21:02, Michael Starzinger wrote: > First round of comments. > > ...
7 years, 4 months ago (2013-08-01 19:43:00 UTC) #4
Michael Starzinger
LGTM. I'll land this tomorrow when I am back in the office.
7 years, 4 months ago (2013-08-01 20:01:24 UTC) #5
ioseb
On 2013/08/01 20:01:24, Michael Starzinger wrote: > LGTM. I'll land this tomorrow when I am ...
7 years, 4 months ago (2013-08-01 20:01:54 UTC) #6
Michael Starzinger
7 years, 4 months ago (2013-08-02 10:57:56 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r16025 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698