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

Issue 23601031: Handlify JSReceiver::SetProperty and friends. (Closed)

Created:
7 years, 3 months ago by Michael Starzinger
Modified:
7 years, 3 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Visibility:
Public.

Description

Handlify JSReceiver::SetProperty and friends. R=verwaest@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=16758

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed comments by Toon Verwaest. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+707 lines, -705 lines) Patch
M src/ic.cc View 5 chunks +15 lines, -5 lines 0 comments Download
M src/objects.h View 1 15 chunks +123 lines, -119 lines 0 comments Download
M src/objects.cc View 1 31 chunks +482 lines, -490 lines 0 comments Download
M src/objects-inl.h View 1 chunk +0 lines, -15 lines 0 comments Download
M src/runtime.cc View 7 chunks +29 lines, -18 lines 0 comments Download
M src/stub-cache.cc View 1 chunk +8 lines, -6 lines 0 comments Download
M test/cctest/test-api.cc View 1 chunk +5 lines, -4 lines 0 comments Download
M test/cctest/test-heap.cc View 13 chunks +37 lines, -40 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 3 chunks +8 lines, -8 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Michael Starzinger
7 years, 3 months ago (2013-09-16 09:57:02 UTC) #1
Toon Verwaest
lgtm with nits https://codereview.chromium.org/23601031/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/23601031/diff/1/src/objects.cc#newcode1975 src/objects.cc:1975: new_map->set_unused_property_fields(unused_property_fields); Can we move these lines ...
7 years, 3 months ago (2013-09-16 16:37:50 UTC) #2
Toon Verwaest
lgtm with nits
7 years, 3 months ago (2013-09-16 16:38:06 UTC) #3
Michael Starzinger
Thanks for the review. Addressed comments. Landing. https://codereview.chromium.org/23601031/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/23601031/diff/1/src/objects.cc#newcode1975 src/objects.cc:1975: new_map->set_unused_property_fields(unused_property_fields); On ...
7 years, 3 months ago (2013-09-17 10:44:16 UTC) #4
Michael Starzinger
7 years, 3 months ago (2013-09-17 11:01:57 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r16758 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698