Chromium Code Reviews

Issue 556040: Changed DefineGetterSetter to also set the right attributes when an... (Closed)

Created:
10 years, 11 months ago by Rico
Modified:
9 years, 6 months ago
Reviewers:
Erik Corry, Mads Ager (chromium)
CC:
v8-dev
Visibility:
Public.

Description

Changed JSObject::DefineGetterSetter to also set the right attributes when an existing accessor is redefined (a configurable accessor can potentially be redefined as a non-configurable (i.e., DONT_DELETE)). Committed: http://code.google.com/p/v8/source/detail?r=3719

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+5 lines, -1 line)
M src/objects.cc View 1 chunk +5 lines, -1 line 0 comments

Messages

Total messages: 2 (0 generated)
Rico
10 years, 11 months ago (2010-01-27 11:41:15 UTC) #1
Mads Ager (chromium)
10 years, 11 months ago (2010-01-27 12:52:10 UTC) #2
LGTM

Powered by Google App Engine