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

Issue 17391016: Avoid relying on monkey-patchable things in String.prototype.split. (Closed)

Created:
7 years, 6 months ago by Sven Panne
Modified:
7 years, 6 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Avoid relying on monkey-patchable things in String.prototype.split. R=yangguo@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=15206

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fixed the fix #

Patch Set 3 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -9 lines) Patch
M src/string.js View 1 2 chunks +2 lines, -2 lines 0 comments Download
A + test/mjsunit/regress/string-split-monkey-patching.js View 1 1 chunk +10 lines, -7 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Sven Panne
7 years, 6 months ago (2013-06-19 10:06:02 UTC) #1
Yang
LGTM with comment. https://codereview.chromium.org/17391016/diff/1/src/string.js File src/string.js (right): https://codereview.chromium.org/17391016/diff/1/src/string.js#newcode666 src/string.js:666: result[result.length] = %_SubString(subject, currentIndex, length); Wouldn't ...
7 years, 6 months ago (2013-06-19 10:30:43 UTC) #2
Sven Panne
PTAL
7 years, 6 months ago (2013-06-19 11:40:03 UTC) #3
Yang
On 2013/06/19 11:40:03, Sven Panne wrote: > PTAL LGTM.
7 years, 6 months ago (2013-06-19 12:01:49 UTC) #4
Sven Panne
7 years, 6 months ago (2013-06-19 12:25:48 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r15206 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698