Comment #2 on issue 1309 by [email protected]: __proto__ should not be mutable if object is not Extensible
http://code.google.com/p/v8/issues/detail?id=1309

var a = Object.preventExtensions({});
a.__proto__ = {m:42};  // throws in FF4


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

Reply via email to