Updates:
Status: Accepted
Cc: [email protected]
Comment #1 on issue 646 by [email protected]: __proto__ "problem"
http://code.google.com/p/v8/issues/detail?id=646
Example code:
function Foo() { this.x = 42; this.__proto__ = 35; };
var x = new Foo();
for (var i in x) { print(i); }
will print "__proto__".
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev