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

Issue 18774002: Handlify JSReceiver/JSObject::DeleteProperty method. (Closed)

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

Description

Handlify JSReceiver/JSObject::DeleteProperty method. R=verwaest@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=15730

Patch Set 1 #

Total comments: 10

Patch Set 2 : Addressed comments by Toon Verwaest. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+183 lines, -160 lines) Patch
M src/isolate.h View 1 chunk +9 lines, -0 lines 0 comments Download
M src/objects.h View 1 8 chunks +33 lines, -22 lines 0 comments Download
M src/objects.cc View 1 6 chunks +119 lines, -123 lines 0 comments Download
M src/runtime.cc View 1 4 chunks +17 lines, -10 lines 0 comments Download
M test/cctest/test-heap.cc View 3 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Michael Starzinger
7 years, 5 months ago (2013-07-05 13:25:17 UTC) #1
Toon Verwaest
https://codereview.chromium.org/18774002/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/18774002/diff/1/src/objects.cc#newcode716 src/objects.cc:716: Handle<NameDictionary> dictionary = handle(object->property_dictionary()); What about just Handle<NameDictionary> dictionary(object->property_dictonary())? ...
7 years, 5 months ago (2013-07-12 12:37:34 UTC) #2
Michael Starzinger
Addressed comments. PTAL. https://codereview.chromium.org/18774002/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/18774002/diff/1/src/objects.cc#newcode716 src/objects.cc:716: Handle<NameDictionary> dictionary = handle(object->property_dictionary()); On 2013/07/12 ...
7 years, 5 months ago (2013-07-16 11:37:41 UTC) #3
Toon Verwaest
lgtm
7 years, 5 months ago (2013-07-17 16:13:05 UTC) #4
Michael Starzinger
7 years, 5 months ago (2013-07-17 16:38:56 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r15730 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698