v8/test
caitpotter88 ff956f4dee [esnext] implement StringPad spec changes from March TC39 meeting
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}
2016-04-27 22:03:27 +00:00
..
benchmarks
cctest Disallow generator declarations in certain locations 2016-04-27 19:18:38 +00:00
fuzzer [build] Prepare moving v8.gyp to src/ 2016-04-25 12:20:24 +00:00
intl [test] Set default locale in test runner 2016-04-19 11:27:08 +00:00
js-perf-test [js-perf-test] Shorten output of JSTests/PropertyQueries microbenchmark. 2016-04-27 09:14:14 +00:00
memory
message [es8] Report proper syntax error for tail call expressions in for-in and for-of bodies. 2016-04-27 13:03:12 +00:00
mjsunit [esnext] implement StringPad spec changes from March TC39 meeting 2016-04-27 22:03:27 +00:00
mozilla
preparser
promises-aplus
simdjs
test262 Detach ArrayBuffer in test262 2016-04-20 19:44:05 +00:00
unittests RegisterAllocator: Clean up before adding aliasing. 2016-04-25 20:11:40 +00:00
webkit [Interpreter] Prepare switching to new ignition testing variant. 2016-04-26 11:24:34 +00:00
bot_default.gyp
bot_default.isolate
default.gyp
default.isolate
ignition.gyp
ignition.isolate
optimize_for_size.gyp
optimize_for_size.isolate
perf.gyp
perf.isolate