Bug 32240
| Summary: | implement Object.freeze() / isFrozen() | ||
|---|---|---|---|
| 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: | 32241 | ||
| Bug Blocks: | |||
Patrick Mueller
For EcmaScript 5, Object.freeze() and Object.isFrozen() are required, but not yet supported by JSC.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Patrick Mueller
I believe this functionality will be relatively straight-forward to add after Object.isExtensible() / preventExtensions() is implemented. That functionality is required for freeze() / isFrozen()'s implementation.
Mark Rowe (bdash)
<rdar://problem/8082877>