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

Issue 66803002: Handlify JSObject::SetElement & brethren (Closed)

Created:
7 years, 1 month ago by rafaelw
Modified:
7 years, 1 month ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Handlify JSObject::SetElement & brethren Because SetElement & co are interdependent, this patch handlfies all of JSObject:: -SetElement -SetFastElement -SetDictionaryElement -SetFastDoubleElement -SetElementWithInterceptor -SetElementWithoutInterceptor -SetElementWithCallbackSetterInPrototype R=mstarzinger@chromium.org LOG=N Committed: https://code.google.com/p/v8/source/detail?r=17757

Patch Set 1 #

Patch Set 2 : more #

Patch Set 3 : compiling again #

Patch Set 4 : fix #

Patch Set 5 : cleanup #

Patch Set 6 : sync #

Patch Set 7 : moar #

Patch Set 8 : fix #

Patch Set 9 : sync #

Patch Set 10 : sync #

Patch Set 11 : NormalizeElements returns void #

Patch Set 12 : cleanup #

Patch Set 13 : whitespace #

Total comments: 12

Patch Set 14 : cr changes #

Patch Set 15 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+546 lines, -407 lines) Patch
M src/factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -0 lines 0 comments Download
M src/factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +9 lines, -0 lines 0 comments Download
M src/objects.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 17 chunks +81 lines, -34 lines 0 comments Download
M src/objects.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 29 chunks +438 lines, -358 lines 0 comments Download
M src/runtime.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +9 lines, -9 lines 0 comments Download
M test/cctest/test-heap.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
rafaelw
Ok, This is now ready for review. Note that I backed away from changing the ...
7 years, 1 month ago (2013-11-11 18:38:13 UTC) #1
Michael Starzinger
LGTM, just a couple of minor nits. https://codereview.chromium.org/66803002/diff/250002/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/66803002/diff/250002/src/objects.cc#newcode11214 src/objects.cc:11214: object->GetIsolate(), nit: ...
7 years, 1 month ago (2013-11-13 12:24:45 UTC) #2
rafaelw
https://codereview.chromium.org/66803002/diff/250002/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/66803002/diff/250002/src/objects.cc#newcode11214 src/objects.cc:11214: object->GetIsolate(), On 2013/11/13 12:24:45, Michael Starzinger wrote: > nit: ...
7 years, 1 month ago (2013-11-13 20:56:46 UTC) #3
rafaelw
7 years, 1 month ago (2013-11-14 17:30:59 UTC) #4
Message was sent while issue was closed.
Committed patchset #15 manually as r17757 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698