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

Issue 6696068: [Arguments] Support deletion of arguments properties. (Closed)

Created:
9 years, 9 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

[Arguments] Support deletion of arguments properties. Runtime support for deletion of indexed properties on the arguments object. Enable a place where the debugger synthesizes an arguments object without any parameter aliasing, in order to increase test coverage. R=ager@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=7341

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -26 lines) Patch
M src/objects.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/objects.cc View 3 chunks +55 lines, -25 lines 0 comments Download
M src/runtime.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
9 years, 9 months ago (2011-03-24 10:27:18 UTC) #1
Mads Ager (chromium)
9 years, 9 months ago (2011-03-24 11:09:58 UTC) #2
Very nice. LGTM

Powered by Google App Engine
This is Rietveld 408576698