NEW 61374
JSC API could provide a way to define a getter/setter for a property of a given object
https://bugs.webkit.org/show_bug.cgi?id=61374
Summary JSC API could provide a way to define a getter/setter for a property of a giv...
Caio Marcelo de Oliveira Filho
Reported 2011-05-24 11:02:54 PDT
This functionality is available in internal API of JSObject as defineGetter() and defineSetter() methods. Request was motivated by bug 61343.
Attachments
Note You need to log in before you can comment on or make changes to this bug.