Bug 32239
| Summary: | implement Object.seal() / isSealed() | ||
|---|---|---|---|
| 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 ES5, Object.seal() and Object.isSealed() 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 seal() / unseal()'s implementation.
Mark Rowe (bdash)
<rdar://problem/8082777>