[Webkit-unassigned] [Bug 32242] implement Object.getOwnPropertyNames()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 4 13:49:44 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=32242
Geoffrey Garen <ggaren at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ggaren at apple.com
--- Comment #7 from Geoffrey Garen <ggaren at apple.com> 2010-01-04 13:49:44 PST ---
> 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?
I think a bool is better, for clarity.
We don't have binary compatibility constraints within WebKit. If we ever want
to add more flags in the future, we can add another parameter, or change the
bool to an int or an enum.
--
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