Bug 61374

Summary: JSC API could provide a way to define a getter/setter for a property of a given object
Product: WebKit Reporter: Caio Marcelo de Oliveira Filho <cmarcelo>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Enhancement CC: ggaren, noam, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Caio Marcelo de Oliveira Filho 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.