Status: New
Owner: ----
New issue 1233 by [email protected]: Can't get descriptor of property
whose values doesn't inherit from Object.prototype
http://code.google.com/p/v8/issues/detail?id=1233
$ v8
V8 version 3.1.6 (candidate) [console: dumb]
d8> var x = { foo: Object.create(null) };
d8> void Object.getOwnPropertyDescriptor(x, 'foo');
TypeError: Cannot convert object to primitive value
d8>
The Summary line is just my guess about what a more general problem might
be. Also on Chrome 11.0.686.3 dev
Please tag as ES5
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev