[Webkit-unassigned] [Bug 16672] Number.toString does not throw exceptions like it should

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 30 00:17:58 PST 2007


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


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #18180|                            |review?
               Flag|                            |




------- Comment #1 from eric at webkit.org  2007-12-30 00:17 PDT -------
Created an attachment (id=18180)
 --> (http://bugs.webkit.org/attachment.cgi?id=18180&action=view)
        Reviewed by Sam.


        Update Number.toString to properly throw exceptions.
        Cleanup code in Number.toString implementation.

        * kjs/number_object.cpp:
        (KJS::numberToString):
        * kjs/object.cpp:
        (KJS::Error::create): Remove bogus debug lines.
---
 JavaScriptCore/ChangeLog                           |   12 +++
 JavaScriptCore/kjs/number_object.cpp               |  100 +++++++++++---------
 JavaScriptCore/kjs/object.cpp                      |   12 ---
 LayoutTests/ChangeLog                              |   13 +++
 .../fast/js/number-toExponential-expected.txt      |   12 ++-
 LayoutTests/fast/js/number-toExponential.html      |   13 +++
 LayoutTests/fast/js/number-toString-expected.txt   |   25 +++---
 LayoutTests/fast/js/resources/number-toString.js   |    1 +
 8 files changed, 114 insertions(+), 74 deletions(-)


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