WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
32240
implement Object.freeze() / isFrozen()
https://bugs.webkit.org/show_bug.cgi?id=32240
Summary
implement Object.freeze() / isFrozen()
Patrick Mueller
Reported
2009-12-07 13:21:06 PST
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
Comment 1
2009-12-08 13:38:43 PST
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)
Comment 2
2010-06-11 02:40:36 PDT
<
rdar://problem/8082877
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug