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

Issue 20818005: Implemented String.prototype.repeat as per ES6 draft 07-15-13, section 15.5.3.21 (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.repeat as per ES6 draft 07-15-13, section 15.5.3.21 TEST=mjsunit/string-repeat BUG=v8:2799

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+115 lines, -2 lines) Patch
M src/messages.js View 2 chunks +3 lines, -1 line 0 comments Download
M src/string.js View 2 chunks +39 lines, -1 line 5 comments Download
A test/mjsunit/string-repeat.js View 1 chunk +73 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Michael Starzinger
Sven has graciously agreed to take this one over. I'll take a look at the ...
7 years, 4 months ago (2013-07-29 12:44:53 UTC) #1
Sven Panne
NOT LGTM. General advice: Follow the spec closely step by step, almost everything is observable ...
7 years, 4 months ago (2013-07-29 13:27:53 UTC) #2
ioseb
Thanks for review Sven! As was suggested implementation was moved to separate file and i ...
7 years, 4 months ago (2013-07-29 23:24:00 UTC) #3
Sven Panne
7 years, 4 months ago (2013-07-30 06:41:32 UTC) #4

Powered by Google App Engine
This is Rietveld 408576698