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

Issue 20928002: Implemented String.prototype.endsWith as per ES6 draft 07-15-13, section 15.5.3.23 (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

Implemented String.prototype.endsWith as per ES6 draft 07-15-13, section 15.5.3.23 TEST=mjsunit/string-endswith BUG=v8:2798

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+169 lines, -1 line) Patch
M src/string.js View 2 chunks +35 lines, -1 line 4 comments Download
A test/mjsunit/string-endswith.js View 1 chunk +134 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Michael Starzinger
First round of comments. Also there is the general question of whether these new functions ...
7 years, 4 months ago (2013-07-29 13:16:26 UTC) #1
Michael Starzinger
Yep, as suspected, we need to put this new functionality behind the --harmony flag. The ...
7 years, 4 months ago (2013-07-29 13:55:23 UTC) #2
ioseb
On 2013/07/29 13:55:23, Michael Starzinger wrote: > Yep, as suspected, we need to put this ...
7 years, 4 months ago (2013-07-29 17:22:12 UTC) #3
Michael Starzinger
Yes, I am fine with combining all three CLs into one.
7 years, 4 months ago (2013-07-29 17:42:18 UTC) #4
ioseb
Michael, I combined all of three CLs in separate file and implemented as you suggested: ...
7 years, 4 months ago (2013-07-29 23:26:21 UTC) #5
Michael Starzinger
7 years, 4 months ago (2013-07-30 09:02:51 UTC) #6
Message was sent while issue was closed.
Superseded by https://codereview.chromium.org/21014007. Closed.

Powered by Google App Engine
This is Rietveld 408576698