[Webkit-unassigned] [Bug 143657] New: Number.parseInt in nightly r182673 has wrong length

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 12 23:02:29 PDT 2015


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

            Bug ID: 143657
           Summary: Number.parseInt in nightly r182673 has wrong length
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ljharb at gmail.com

Number.parseInt takes 2 arguments, and as such, should have a length of 2. In r182673, it has a length of 1. https://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.parseint

In addition, `Number.parseInt === parseInt` should return true, and does not. Note that `parseInt` has a proper length of 2.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150413/f2bed0f9/attachment.html>


More information about the webkit-unassigned mailing list