Status: New
Owner: ----

New issue 1570 by [email protected]: Property description of function.prototype inconsistent with actual value
http://code.google.com/p/v8/issues/detail?id=1570

$ v8
V8 version 3.5.0 (candidate) [console: dumb]
d8> function foo() {}
d8> Object.defineProperty(foo, 'prototype', { value: {} });
function foo() {}
d8> foo.prototype === Object.getOwnPropertyDescriptor(foo, 'prototype').value;
false

Please label with ES5

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to