Bug 32241
| Summary: | implement Object.isExtensible() / preventExtensions() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Patrick Mueller <pmuellr> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | arv, erights, mike, oliver, skyul, webmaster |
| Priority: | P2 | Keywords: | ES5, InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | |||
| Bug Blocks: | 32239, 32240 | ||
Patrick Mueller
For EcmaScript 5, Object.isExtensible() is required, but not yet supported by JSC
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Patrick Mueller
changed title to note preventExtensions() is the "setter" to isExtensible() being the getter.
Mark Rowe (bdash)
<rdar://problem/8082778>