DescriptionAdd support for getOwnPropertyDescriptor on array indices (fixes issue 599).
This fix adds support for retriving a property descriptor on elements. The
new version supports both fast and slow case elements. In the fast case
we always default configurable, writable, enumerable to true (we don't have
PropertyDetails for fast elements).
A few new tests are added to get-own-property-descriptor.js, I will
add a lot more to object-define-property when I add support for indices in
Object.defineProperty.
Committed: http://code.google.com/p/v8/source/detail?r=4738
Patch Set 1 #Patch Set 2 : '' #Patch Set 3 : '' #
Total comments: 10
Patch Set 4 : '' #
Total comments: 4
Patch Set 5 : '' #
Total comments: 2
Patch Set 6 : '' #
Total comments: 2
Patch Set 7 : '' #
Messages
Total messages: 6 (0 generated)
|