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: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Enhancement | CC: | ggaren, noam, oliver |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Caio Marcelo de Oliveira Filho
This functionality is available in internal API of JSObject as defineGetter() and defineSetter() methods.
Request was motivated by bug 61343.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |