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

Issue 21014007: This adds new methods to String 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 String.prototype object. String.prototype.repeat String.prototype.startsWith String.prototype.endsWith String.prototype.contains http://people.mozilla.org/~jorendorff/es6-draft.html BUG=v8:2796, v8:2797, v8:2798, v8:2799 TEST=mjsunit/string-repeat,mjsunit/string-startswith,mjsunit/string-endswith,mjsunit/string-contains R=mstarzinger@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=15960

Patch Set 1 #

Patch Set 2 : fixed typos #

Total comments: 6

Patch Set 3 : review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+661 lines, -1 line) Patch
M src/bootstrapper.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
A src/harmony-string.js View 1 2 1 chunk +154 lines, -0 lines 0 comments Download
M src/messages.js View 1 1 chunk +1 line, -0 lines 0 comments Download
A test/mjsunit/harmony/string-contains.js View 1 2 1 chunk +152 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/string-endswith.js View 1 2 1 chunk +136 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/string-repeat.js View 1 2 1 chunk +74 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/string-startswith.js View 1 2 1 chunk +135 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
Michael Starzinger
I'll take a look at this. For the record, this CL is a combination of ...
7 years, 4 months ago (2013-07-30 09:04:15 UTC) #1
Michael Starzinger
Yep, looking good already. Semantics look OK. One last round of nits and then we ...
7 years, 4 months ago (2013-07-30 10:58:39 UTC) #2
ioseb
On 2013/07/30 10:58:39, Michael Starzinger wrote: > Yep, looking good already. Semantics look OK. One ...
7 years, 4 months ago (2013-07-30 11:34:56 UTC) #3
Michael Starzinger
LGTM. I'll land this CL for you later today. Thanks for the contribution!
7 years, 4 months ago (2013-07-30 11:44:01 UTC) #4
ioseb
Thank you! On 2013/07/30 11:44:01, Michael Starzinger wrote: > LGTM. I'll land this CL for ...
7 years, 4 months ago (2013-07-30 11:44:31 UTC) #5
Michael Starzinger
7 years, 4 months ago (2013-07-30 16:33:18 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r15960 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698