[Webkit-unassigned] [Bug 32242] implement Object.getOwnPropertyNames()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 4 13:30:40 PST 2010


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





--- Comment #6 from Patrick Mueller <pmuellr at yahoo.com>  2010-01-04 13:30:39 PST ---
(In reply to comment #5)
> I suspect that no matter what you do, you'll have to touch every place that
> implements getOwnPropertyNames. Thus, you may as well change the internal
> getOwnPropertyNames method to take the extra boolean argument.

Since so many places are being touched, seems worthwhile to ask what the shape
of the final change should be.  For the purposes of this bug, all that is
currently envisioned is adding a bool indicating whether non-enumerable
properties should be returned.  Perhaps an int should be used instead, for
future flag capabilities?

-- 
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