Bug 61374 - JSC API could provide a way to define a getter/setter for a property of a given object
Summary: JSC API could provide a way to define a getter/setter for a property of a giv...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-24 11:02 PDT by Caio Marcelo de Oliveira Filho
Modified: 2011-05-24 21:43 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.