[Webkit-unassigned] [Bug 143659] New: String.prototype.startsWith/endsWith has wrong length in r182673
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Apr 12 23:06:58 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=143659
Bug ID: 143659
Summary: String.prototype.startsWith/endsWith has wrong length
in r182673
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
In r182673 nightly, String.prototype.startsWith and String.prototype.endsWith both have a length of 0. According to https://people.mozilla.org/~jorendorff/es6-draft.html#sec-string.prototype.startswith and https://people.mozilla.org/~jorendorff/es6-draft.html#sec-string.prototype.endswith the length of both should explicitly be 1, since they have 1 required argument.
--
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/ac8a0519/attachment.html>
More information about the webkit-unassigned
mailing list