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

Issue 8951013: Remove bogus writability check in DefineGetterSetter. (Closed)

Created:
9 years ago by Michael Starzinger
Modified:
9 years ago
Reviewers:
rossberg
CC:
v8-dev
Visibility:
Public.

Description

Remove bogus writability check in DefineGetterSetter. R=rossberg@chromium.org TEST=test262 Committed: http://code.google.com/p/v8/source/detail?r=10269

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comments by Andreas Rossberg. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -40 lines) Patch
M src/objects.cc View 1 3 chunks +8 lines, -6 lines 0 comments Download
M src/runtime.cc View 2 chunks +5 lines, -19 lines 0 comments Download
M test/test262/test262.status View 1 chunk +0 lines, -15 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Michael Starzinger
Another three down.
9 years ago (2011-12-15 15:35:48 UTC) #1
rossberg
http://codereview.chromium.org/8951013/diff/1/src/objects.cc File src/objects.cc (left): http://codereview.chromium.org/8951013/diff/1/src/objects.cc#oldcode4272 src/objects.cc:4272: if (details.IsReadOnly()) return heap->undefined_value(); IsReadOnly clearly is the wrong ...
9 years ago (2011-12-16 12:03:36 UTC) #2
Michael Starzinger
PTAQL. http://codereview.chromium.org/8951013/diff/1/src/objects.cc File src/objects.cc (left): http://codereview.chromium.org/8951013/diff/1/src/objects.cc#oldcode4272 src/objects.cc:4272: if (details.IsReadOnly()) return heap->undefined_value(); On 2011/12/16 12:03:36, rossberg ...
9 years ago (2011-12-16 12:38:02 UTC) #3
rossberg
9 years ago (2011-12-16 12:39:21 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698