[Webkit-unassigned] [Bug 29005] The values of RuntimeArray are not enumerable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 16 17:21:24 PDT 2009


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric at webkit.org




--- Comment #5 from Eric Seidel <eric at webkit.org>  2009-09-16 17:21:24 PDT ---
Style is wrong here:
 46     virtual void getPropertyNames(ExecState* exec, PropertyNameArray
&propertyNames);
(yes, it's clearly wrong in other parts of the file too.)  No need for either
argument name (they don't add clarity) and the & goes next to the type.

Doesn't Obj-C transparently convert JS arrays to Obj-C arrays?  Would it make
more sense to have a more generic testing method which converted whatever was
passed in to Obj-C and then back to a string on output?

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