[Webkit-unassigned] [Bug 15959] JSObject needs getToNumber to avoid costly string/number conversions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 12 14:49:05 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=15959


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|JSObject needs getAsNumber  |JSObject needs getToNumber
                   |to avoid costly             |to avoid costly
                   |string/number conversions   |string/number conversions




------- Comment #3 from eric at webkit.org  2007-11-12 14:49 PDT -------
Hum... what I should have said was "getToNumber", since the idea behind all of
the "evaluateToFoo" calls is that they're equivalent to to calling
evaluate(exec)->toFoo(exec).  I would want the same to hold true for any get
variants.  so this should be the awkward name, "getToNumber".  I feel like I'm
herding values or something...


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



More information about the webkit-unassigned mailing list