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

Issue 11314005: Remove unused JSReceiver::SetElement method (Closed)

Created:
8 years, 1 month ago by adamk
Modified:
8 years, 1 month ago
Reviewers:
rossberg
CC:
v8-dev, rafaelw
Visibility:
Public.

Description

Remove unused JSReceiver::SetElement method This method seems to have been created to handle dispatching SetElement appropriately to either JSProxy or JSObject, but it doesn't seem to ever be called. Once gone, JSProxy::SetElementWithHandler is also no longer called (we instead always call JSProxy::SetProperty to set both string and indexed properties). R=rossberg@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -39 lines) Patch
M src/objects.h View 2 chunks +0 lines, -13 lines 0 comments Download
M src/objects.cc View 2 chunks +0 lines, -26 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
adamk
8 years, 1 month ago (2012-10-26 13:11:11 UTC) #1
rossberg
8 years, 1 month ago (2012-10-26 14:07:36 UTC) #2
As discussed offline, this method was added in anticipation of (yet
non-existent) changes and extensions to the V8 API wrt proxies.

Powered by Google App Engine
This is Rietveld 408576698