[Webkit-unassigned] [Bug 29524] Implement ES5 Object.create function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 7 03:59:52 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=29524


Erik Corry <erikcorry at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |
                 CC|                            |erikcorry at google.com




--- Comment #4 from Erik Corry <erikcorry at google.com>  2009-12-07 03:59:52 PST ---
Doesn't seem to work reliably.  The following causes a crash:

function valueGet() { };
var MagicValueProps = { foo: Object.create(null, { value: { get: valueGet }})};
Object.create(null, MagicValueProps)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list