[Webkit-unassigned] [Bug 155795] [JSC] implement String.prototype.padStart() and String.prototype.padEnd() proposal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 29 17:16:40 PDT 2016


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

Yusuke Suzuki <utatane.tea at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |utatane.tea at gmail.com

--- Comment #30 from Yusuke Suzuki <utatane.tea at gmail.com> ---
(In reply to comment #29)
> I think you are right.

I've tried implementing String.prototype.repeat in builtin JS since String.prototype.repeat has similar steps to padStart and padEnd.
And it seems that the current builtin's functionality is good enough to represent these methods.

I'm +1 to implement padStart / padEnd in builtin JS :)

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

-- 
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/20160330/8100e652/attachment.html>


More information about the webkit-unassigned mailing list