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

Issue 7335002: Allow JSObject::PreventExtensions to work for arguments objects. (Closed)

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

Description

Allow JSObject::PreventExtensions to work for arguments objects. R=karlklose@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=8587

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -11 lines) Patch
M src/objects.cc View 1 chunk +10 lines, -11 lines 0 comments Download
A test/mjsunit/regress/regress-88858.js View 1 chunk +65 lines, -0 lines 3 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
9 years, 5 months ago (2011-07-11 06:26:19 UTC) #1
Karl Klose
9 years, 5 months ago (2011-07-11 06:45:52 UTC) #2
LGTM.

http://codereview.chromium.org/7335002/diff/1/test/mjsunit/regress/regress-88...
File test/mjsunit/regress/regress-88858.js (right):

http://codereview.chromium.org/7335002/diff/1/test/mjsunit/regress/regress-88...
test/mjsunit/regress/regress-88858.js:54: function __noSuchMethod__( ) {
Remove space.

http://codereview.chromium.org/7335002/diff/1/test/mjsunit/regress/regress-88...
test/mjsunit/regress/regress-88858.js:59: f.p = function() {};
Add space.

http://codereview.chromium.org/7335002/diff/1/test/mjsunit/regress/regress-88...
test/mjsunit/regress/regress-88858.js:63: } catch(exc2) {}
Add space.

Powered by Google App Engine
This is Rietveld 408576698