[Webkit-unassigned] [Bug 131707] New: Simple ES6 feature: Number constructor extras

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 15 15:09:00 PDT 2014


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

           Summary: Simple ES6 feature: Number constructor extras
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: EasyFix, NeedsRadar
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: oliver at apple.com
                CC: webkit-bug-importer at group.apple.com


Number.isFinite
Number.isInteger
Number.isNaN
Number.toInteger

The two integer functions are referring to _Doubles_ not int32 so they're essentially hasFractionalComponent, truncateFranctionalComponent

isFinite is the C version where
-0 => -0
 0  => 0

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