v8/test/mjsunit/es7
Mathias Bynens 7915cf939e [elements] Rename Has*Elements and Is*ElementsKind methods
Commit 26c00f4a4c improved the names of
most FAST_* elements kinds in the enum. This patch updates the matching
Has*Elements and Is*ElementsKind method names accordingly.

- HasFastSmiElements => HasSmiElements
- IsFastSmiElementsKind => IsSmiElementsKind
- HasFastObjectElements => HasObjectElements
- IsFastObjectElementsKind => IsObjectElementsKind
- HasFastSmiOrObjectElements => HasSmiOrObjectElements
- IsFastSmiOrObjectElementsKind => IsSmiOrObjectElementsKind
- HasFastDoubleElements => HasDoubleElements
- IsFastDoubleElementsKind => IsDoubleElementsKind
- HasFastHoleyElements => HasHoleyElements
- IsFastHoleyElementsKind => IsHoleyElementsKind

Additionally, FastHoleyElementsUsage is renamed to HoleyElementsUsage.

BUG=v8:6548

Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng
Change-Id: Ie8f3d01eb43e909cbc6c372d88c5fbc4dfc2ac04
Reviewed-on: https://chromium-review.googlesource.com/558356
Reviewed-by: Benedikt Meurer <bmeurer@chromium.org>
Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
Commit-Queue: Mathias Bynens <mathias@chromium.org>
Cr-Commit-Position: refs/heads/master@{#46376}
2017-07-03 09:25:53 +00:00
..
regress [builtins] fix incorrect return value in ArrayIncludes 2017-02-20 14:41:25 +00:00
array-includes-receiver.js [elements] Rename Has*Elements and Is*ElementsKind methods 2017-07-03 09:25:53 +00:00
array-includes-to-object-sloppy.js Remove --harmony-array-includes flag 2015-12-12 01:04:10 +00:00
array-includes-to-object-strict.js Remove --harmony-array-includes flag 2015-12-12 01:04:10 +00:00
array-includes.js [builtins] fix slow-path handling of -Infinity in ArrayIncludes 2017-02-21 23:31:39 +00:00
exponentiation-operator.js Remove --harmony-exponentiation-operator flag 2016-08-02 17:17:35 +00:00
regexp-ui-word.js [regexp] fix /\W/ui wrt \u017f and \u212a. 2017-02-28 18:28:42 +00:00
typed-array-includes.js Remove --harmony-array-includes flag 2015-12-12 01:04:10 +00:00