Rename String.prototype.contains to 'includes'.
authordslomov <dslomov@chromium.org>
Thu, 20 Nov 2014 00:31:59 +0000 (16:31 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 20 Nov 2014 00:32:13 +0000 (00:32 +0000)
commit2dae17fb87f26cf8ac8751db316b0bed87b96948
treebbe0615f5cf5c539f5930fe427b9cc68c163b7da
parent69990745f7cacc27cd550164f632dcd69b93a949
Rename String.prototype.contains to 'includes'.

Per TC39 Nov 2014 decison.

R=arv@chromium.org,yangguo@chromium.org
LOG=Y

Review URL: https://codereview.chromium.org/742963002

Cr-Commit-Position: refs/heads/master@{#25430}
src/harmony-string.js
test/js-perf-test/Strings/harmony-string.js
test/mjsunit/harmony/string-contains.js [deleted file]
test/mjsunit/harmony/string-includes.js [new file with mode: 0644]