Bug 32239

Summary: implement Object.seal() / isSealed()
Product: WebKit Reporter: Patrick Mueller <pmuellr>
Component: JavaScriptCoreAssignee: 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:    

Description Patrick Mueller 2009-12-07 13:17:22 PST
For ES5, Object.seal() and Object.isSealed() are required, but not yet supported by JSC.
Comment 1 Patrick Mueller 2009-12-08 13:38:56 PST
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.
Comment 2 Mark Rowe (bdash) 2010-06-11 02:39:30 PDT
<rdar://problem/8082777>