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

Issue 406863003: Implement String.prototype.codePointAt and String.fromCodePoint. (Closed)

Created:
6 years, 5 months ago by Yang
Modified:
6 years, 5 months ago
Reviewers:
mathiasb, rossberg
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Implement String.prototype.codePointAt and String.fromCodePoint. Contributed by Mathias Bynens <mathiasb@opera.com>;. TBR=mathiasb@opera.com, rossberg@chromium.org BUG=v8:2840 LOG=Y Committed: https://code.google.com/p/v8/source/detail?r=22493

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+214 lines, -4 lines) Patch
M src/harmony-string.js View 1 chunk +59 lines, -3 lines 0 comments Download
M src/messages.js View 1 chunk +1 line, -0 lines 0 comments Download
A test/mjsunit/harmony/string-codepointat.js View 1 chunk +91 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/string-fromcodepoint.js View 1 chunk +62 lines, -0 lines 0 comments Download
M tools/generate-runtime-tests.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Yang
TBR because the actual code review already happened here: https://codereview.appspot.com/13816046/
6 years, 5 months ago (2014-07-21 08:38:17 UTC) #1
Yang
6 years, 5 months ago (2014-07-21 08:45:40 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r22493 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698