[Webkit-unassigned] [Bug 69799] New: Extra arguments for JavaScript Constructors should come first

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 10 16:36:09 PDT 2011


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

           Summary: Extra arguments for JavaScript Constructors should
                    come first
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: annacc at chromium.org


Especially for JavaScript Constructors that have optional arguments, having the extra parameters (ScriptExecutionContext and ExceptionCode) come at the end of the argument list is inconvenient and forces authors to make these important arguments optional when likely they are not.

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