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

Issue 14125004: Move global code for builtins into setup functions. (Closed)

Created:
7 years, 8 months ago by Michael Starzinger
Modified:
7 years, 8 months ago
Reviewers:
rossberg
CC:
v8-dev
Visibility:
Public.

Description

Move global code for builtins into setup functions. R=rossberg@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=14228

Patch Set 1 #

Patch Set 2 : More. #

Patch Set 3 : Even more. #

Total comments: 8

Patch Set 4 : Addressed comments by Andreas Rossberg. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+186 lines, -103 lines) Patch
M src/array.js View 1 chunk +2 lines, -0 lines 0 comments Download
M src/collection.js View 1 2 3 5 chunks +60 lines, -34 lines 0 comments Download
M src/date.js View 4 chunks +8 lines, -11 lines 0 comments Download
M src/json.js View 1 2 3 3 chunks +16 lines, -2 lines 0 comments Download
M src/math.js View 1 2 3 chunks +10 lines, -3 lines 0 comments Download
M src/proxy.js View 1 2 3 2 chunks +24 lines, -10 lines 0 comments Download
M src/regexp.js View 1 chunk +6 lines, -2 lines 0 comments Download
M src/string.js View 2 chunks +8 lines, -7 lines 0 comments Download
M src/symbol.js View 1 chunk +6 lines, -0 lines 0 comments Download
M src/typedarray.js View 3 chunks +9 lines, -3 lines 0 comments Download
M src/uri.js View 1 2 3 2 chunks +7 lines, -2 lines 0 comments Download
M src/v8natives.js View 1 2 3 13 chunks +30 lines, -29 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Michael Starzinger
This is a cleanup to prevent us from searching for "$Object.constructor.prototype" assignments in global code ...
7 years, 8 months ago (2013-04-11 11:17:56 UTC) #1
rossberg
https://codereview.chromium.org/14125004/diff/1013/src/proxy.js File src/proxy.js (right): https://codereview.chromium.org/14125004/diff/1013/src/proxy.js#newcode198 src/proxy.js:198: function SetUpProxy() { I don't like separating this from ...
7 years, 8 months ago (2013-04-11 12:00:18 UTC) #2
rossberg
https://codereview.chromium.org/14125004/diff/1013/src/collection.js File src/collection.js (right): https://codereview.chromium.org/14125004/diff/1013/src/collection.js#newcode249 src/collection.js:249: function SetUpCollections() { Actually, I think this should be ...
7 years, 8 months ago (2013-04-11 12:02:29 UTC) #3
Michael Starzinger
Comments addressed. https://codereview.chromium.org/14125004/diff/1013/src/collection.js File src/collection.js (right): https://codereview.chromium.org/14125004/diff/1013/src/collection.js#newcode249 src/collection.js:249: function SetUpCollections() { On 2013/04/11 12:02:29, rossberg ...
7 years, 8 months ago (2013-04-11 12:08:44 UTC) #4
rossberg
lgtm
7 years, 8 months ago (2013-04-11 12:12:40 UTC) #5
Michael Starzinger
7 years, 8 months ago (2013-04-11 12:15:58 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 manually as r14228 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698