Chromium Code Reviews

Issue 9429008: Fixed Object.getOwnPropertyDescriptor(string, index) to return descriptor's enumerable property as … (Closed)

Created:
8 years, 10 months ago by ioseb
Modified:
8 years, 10 months ago
Reviewers:
Vyacheslav Egorov (Chromium), Michael Starzinger, rossberg
CC:
v8-dev
Visibility:
Public.

Description

Fixed Object.getOwnPropertyDescriptor(string, index) to return descriptor's enumerable property as true. Now implementation matches results found in WebKit and FF. Changed assertFalse() to assertTrue() in corresponding test. ES5 description(step 9): http://es5.github.com/#x15.5.5.2 Original issue description: http://code.google.com/p/v8/issues/detail?id=862 Contributed by ioseb.dzmanashvili@gmail.com

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+4 lines, -2 lines)
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments
M src/runtime.cc View 1 chunk +1 line, -1 line 0 comments
M test/mjsunit/get-own-property-descriptor.js View 1 chunk +2 lines, -1 line 0 comments

Messages

Total messages: 5 (0 generated)
ioseb
8 years, 10 months ago (2012-02-21 19:54:47 UTC) #1
ioseb
8 years, 10 months ago (2012-02-21 19:58:07 UTC) #2
ioseb
8 years, 10 months ago (2012-02-24 11:05:05 UTC) #3
Michael Starzinger
LGTM. Landed as https://chromiumcodereview.appspot.com/9447053/.
8 years, 10 months ago (2012-02-24 11:59:00 UTC) #4
ioseb
8 years, 10 months ago (2012-02-24 12:59:00 UTC) #5
On 2012/02/24 11:59:00, Michael Starzinger wrote:
> LGTM. Landed as https://chromiumcodereview.appspot.com/9447053/.

Thank you!

Powered by Google App Engine