[Webkit-unassigned] [Bug 41937] JavaScriptCore C API should provide a way to query property attributes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 13 13:09:03 PDT 2012


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


Gavin Barraclough <barraclough at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |barraclough at apple.com




--- Comment #2 from Gavin Barraclough <barraclough at apple.com>  2012-03-13 13:09:02 PST ---
The JSC API should probably offer a low-level API of reflection traps matching set of 9 traps in 8.12 - e.g. we should have something matching [[GetOwnProperty]], which would return a descriptor.  We may also want to consider any new reflection APIs being introduced in ES6 (e.g. direct proxies) in designing any API here.

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