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

Issue 352173006: Clean up the global object naming madness. (Closed)

Created:
6 years, 5 months ago by Toon Verwaest
Modified:
6 years, 5 months ago
Reviewers:
Igor Sheludko, rossberg
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Clean up the global object naming madness. BUG= R=ishell@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22117

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 15

Patch Set 4 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+270 lines, -302 lines) Patch
M src/accessors.cc View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M src/api.cc View 1 2 3 11 chunks +16 lines, -21 lines 0 comments Download
M src/arm/builtins-arm.cc View 6 chunks +10 lines, -10 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M src/arm64/builtins-arm64.cc View 6 chunks +10 lines, -10 lines 0 comments Download
M src/arm64/full-codegen-arm64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm64/stub-cache-arm64.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M src/bootstrapper.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/bootstrapper.cc View 1 2 3 14 chunks +104 lines, -107 lines 0 comments Download
M src/builtins.cc View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M src/debug.cc View 1 2 5 chunks +10 lines, -9 lines 0 comments Download
M src/execution.cc View 1 2 3 chunks +4 lines, -10 lines 0 comments Download
M src/factory.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/factory.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M src/generator.js View 1 chunk +2 lines, -2 lines 0 comments Download
M src/heap-snapshot-generator.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/hydrogen.cc View 1 2 3 2 chunks +3 lines, -6 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 6 chunks +10 lines, -10 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ic.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ic-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/isolate.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/isolate.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/objects.h View 1 2 3 3 chunks +5 lines, -4 lines 0 comments Download
M src/objects-inl.h View 1 2 3 chunks +7 lines, -2 lines 0 comments Download
M src/proxy.js View 1 chunk +2 lines, -2 lines 0 comments Download
M src/runtime.h View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime.cc View 1 2 3 16 chunks +18 lines, -26 lines 0 comments Download
M src/v8natives.js View 6 chunks +8 lines, -8 lines 0 comments Download
M src/x64/builtins-x64.cc View 6 chunks +10 lines, -10 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + test/mjsunit/runtime-gen/globalproxy.js View 1 chunk +1 line, -1 line 0 comments Download
D test/mjsunit/runtime-gen/globalreceiver.js View 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Toon Verwaest
PTAL
6 years, 5 months ago (2014-06-27 17:50:54 UTC) #1
Igor Sheludko
lgtm with nits: https://codereview.chromium.org/352173006/diff/40001/src/accessors.cc File src/accessors.cc (right): https://codereview.chromium.org/352173006/diff/40001/src/accessors.cc#newcode159 src/accessors.cc:159: isolate->native_context()->number_function()->initial_map()) { While you are here: ...
6 years, 5 months ago (2014-07-01 08:35:43 UTC) #2
Igor Sheludko
lgtm with nits: https://codereview.chromium.org/352173006/diff/40001/src/accessors.cc File src/accessors.cc (right): https://codereview.chromium.org/352173006/diff/40001/src/accessors.cc#newcode159 src/accessors.cc:159: isolate->native_context()->number_function()->initial_map()) { While you are here: ...
6 years, 5 months ago (2014-07-01 08:35:43 UTC) #3
Toon Verwaest
6 years, 5 months ago (2014-07-01 12:13:21 UTC) #4
Message was sent while issue was closed.
Committed patchset #4 manually as r22117 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698