- 27 Apr, 2016 1 commit
-
-
caitpotter88 authored
Return the empty string from StringPad if the filler argument is the empty string, effectively returning the string unchanged in StringPadStart and StringPadEnd. ``` "foo".padStart(100000, "") -> "foo" ``` BUG=v8:4957, v8:4954 LOG=N R=littledan@chromium.org Review-Url: https://codereview.chromium.org/1926773003 Cr-Commit-Position: refs/heads/master@{#35837}
-
- 24 Mar, 2016 1 commit
-
-
caitpotter88 authored
Spec http://tc39.github.io/proposal-string-pad-start-end/ BUG= LOG=Y R=adamk@chromium.org, littledan@chromium.org Review URL: https://codereview.chromium.org/1700003002 Cr-Commit-Position: refs/heads/master@{#35061}
-