Bug 159869

Summary: Built-in generator should support default value for function parameters
Product: WebKit Reporter: youenn fablet <youennf>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: bburg, lforschler
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

youenn fablet
Reported 2016-07-18 00:20:09 PDT
See ReadableStream.pipeTo for instance
Attachments
youenn fablet
Comment 1 2016-07-18 00:21:25 PDT
For ReadableStream.pipeTo, the second parameter is optional, the function length should be 1, while it is 2 if we define the second parameter in the function signature.
Note You need to log in before you can comment on or make changes to this bug.