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

Issue 11644021: Fix treatment of hidden prototypes in SetProperty. (Closed)

Created:
8 years ago by rossberg
Modified:
8 years ago
Reviewers:
Sven Panne
CC:
v8-dev, adamk
Visibility:
Public.

Description

Fix treatment of hidden prototypes in SetProperty. R=svenpanne@chromium.org BUG=v8:2457 Committed: http://code.google.com/p/v8/source/detail?r=13245

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fix warning #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -20 lines) Patch
M src/objects.cc View 5 chunks +19 lines, -20 lines 0 comments Download
M test/cctest/test-api.cc View 1 1 chunk +60 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
rossberg
8 years ago (2012-12-19 13:18:10 UTC) #1
Sven Panne
8 years ago (2012-12-19 14:33:43 UTC) #2
lgtm

https://codereview.chromium.org/11644021/diff/1/src/objects.cc
File src/objects.cc (right):

https://codereview.chromium.org/11644021/diff/1/src/objects.cc#newcode2983
src/objects.cc:2983: return self->SetPropertyWithCallback(
As discussed offline, "self" is hopefully the right thing to use here. :-)

Powered by Google App Engine
This is Rietveld 408576698