[Webkit-unassigned] [Bug 8742] duplicate keys in prototype chain

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu May 4 14:42:14 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8742





------- Comment #1 from macdome at opendarwin.org  2006-05-04 14:42 PDT -------
That expands to:

a = {b: 1}; B = function () {}; B.prototype = a; b = new B(); b.b = 2; keys(b);


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list