[Webkit-unassigned] [Bug 133532] REGRESSION prototype chain ignored iterating properties of global object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 6 00:52:42 PDT 2014


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





--- Comment #1 from Jay Freeman (saurik) <saurik at saurik.com>  2014-06-06 00:53:05 PST ---
To make certain this is clear when this bug is evaluated (due to some confusion on #133531), the behavior in my code is to use JSContextGetGlobalObject to get the global object (which I guess is now a JSProxy?), then use JSObjectGetPrototype in a loop to find the top-most prototype, and finally to use JSObjectSetPrototype on the final not-NULL result. I demonstrated the change in behavior using JavaScript in this bug, but I am actually working at the level of JavaScriptCore's API.

-- 
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