WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
29524
Implement ES5 Object.create function
https://bugs.webkit.org/show_bug.cgi?id=29524
Summary
Implement ES5 Object.create function
Oliver Hunt
Reported
2009-09-19 17:54:06 PDT
As above
rdar://7214113
Attachments
Patch v1
(7.89 KB, patch)
2009-09-19 17:57 PDT
,
Oliver Hunt
mjs
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Oliver Hunt
Comment 1
2009-09-19 17:57:21 PDT
Created
attachment 39829
[details]
Patch v1
Maciej Stachowiak
Comment 2
2009-09-19 18:08:50 PDT
Comment on
attachment 39829
[details]
Patch v1 r=me
Oliver Hunt
Comment 3
2009-09-19 18:14:47 PDT
Committed
r48568
Erik Corry
Comment 4
2009-12-07 03:59:52 PST
Doesn't seem to work reliably. The following causes a crash: function valueGet() { }; var MagicValueProps = { foo: Object.create(null, { value: { get: valueGet }})}; Object.create(null, MagicValueProps)
Oliver Hunt
Comment 5
2009-12-07 05:29:21 PST
This should not have been reopened -- a new bug should have been filed.
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