[Webkit-unassigned] [Bug 38639] Specifying attributes for an Array property causes the property not to be created

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 10 04:08:37 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38639





--- Comment #1 from Kent Hansen <kent.hansen at nokia.com>  2010-05-10 04:08:37 PST ---
Because JSArray doesn't reimplement putWithAttributes()? Should it?
One can't currently control the attributes of individual array elements anyway (ref getOwnPropertyDescriptor()), but I think that should be possible if I read ES5 15.4.5.1 right.
In any case it's not so good that JSObject::putWithAttributes() "swallows" the property write; the JSArray reimp could just ignore the attributes for now.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list