Bug 159869
Summary: | Built-in generator should support default value for function parameters | ||
---|---|---|---|
Product: | WebKit | Reporter: | youenn fablet <youennf> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bburg, lforschler |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
youenn fablet
See ReadableStream.pipeTo for instance
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
youenn fablet
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.