From 44b224d388cbe4eeb4f341b9c2cd9ba327467dbd Mon Sep 17 00:00:00 2001 From: rwaldron Date: Tue, 7 Dec 2021 11:00:43 -0500 Subject: [PATCH] chore: update esids in test/built-ins/{Map|Set} --- test/built-ins/Map/constructor.js | 2 +- .../Map/does-not-throw-when-set-is-not-callable.js | 2 +- test/built-ins/Map/get-set-method-failure.js | 2 +- test/built-ins/Map/iterable-calls-set.js | 2 +- .../Map/iterator-close-after-set-failure.js | 2 +- .../Map/iterator-item-first-entry-returns-abrupt.js | 2 +- .../Map/iterator-item-second-entry-returns-abrupt.js | 2 +- .../iterator-items-are-not-object-close-iterator.js | 2 +- test/built-ins/Map/iterator-items-are-not-object.js | 2 +- test/built-ins/Map/iterator-next-failure.js | 2 +- test/built-ins/Map/iterator-value-failure.js | 2 +- .../Map/map-iterable-empty-does-not-call-set.js | 2 +- .../map-iterable-throws-when-set-is-not-callable.js | 2 +- test/built-ins/Map/map-iterable.js | 2 +- .../Map/map-no-iterable-does-not-call-set.js | 2 +- test/built-ins/Map/map-no-iterable.js | 2 +- test/built-ins/Map/map.js | 2 +- test/built-ins/Map/name.js | 2 +- test/built-ins/Map/newtarget.js | 2 +- test/built-ins/Map/prototype/Symbol.iterator.js | 2 +- test/built-ins/Map/prototype/Symbol.toStringTag.js | 2 +- test/built-ins/Map/prototype/clear/clear-map.js | 2 +- test/built-ins/Map/prototype/clear/clear.js | 2 +- .../Map/prototype/clear/context-is-not-map-object.js | 2 +- .../Map/prototype/clear/context-is-not-object.js | 2 +- .../prototype/clear/context-is-set-object-throws.js | 2 +- .../clear/context-is-weakmap-object-throws.js | 2 +- test/built-ins/Map/prototype/clear/length.js | 2 +- .../prototype/clear/map-data-list-is-preserved.js | 2 +- test/built-ins/Map/prototype/clear/name.js | 2 +- .../Map/prototype/clear/returns-undefined.js | 2 +- test/built-ins/Map/prototype/constructor.js | 2 +- .../prototype/delete/context-is-not-map-object.js | 2 +- .../Map/prototype/delete/context-is-not-object.js | 2 +- .../prototype/delete/context-is-set-object-throws.js | 2 +- .../delete/context-is-weakmap-object-throws.js | 2 +- test/built-ins/Map/prototype/delete/delete.js | 2 +- .../Map/prototype/delete/does-not-break-iterators.js | 2 +- test/built-ins/Map/prototype/delete/length.js | 2 +- test/built-ins/Map/prototype/delete/name.js | 2 +- test/built-ins/Map/prototype/delete/returns-false.js | 2 +- .../delete/returns-true-for-deleted-entry.js | 2 +- test/built-ins/Map/prototype/descriptor.js | 2 +- .../does-not-have-mapdata-internal-slot-set.js | 2 +- .../does-not-have-mapdata-internal-slot-weakmap.js | 2 +- .../entries/does-not-have-mapdata-internal-slot.js | 2 +- test/built-ins/Map/prototype/entries/entries.js | 2 +- test/built-ins/Map/prototype/entries/length.js | 2 +- test/built-ins/Map/prototype/entries/name.js | 2 +- .../Map/prototype/entries/returns-iterator-empty.js | 2 +- .../Map/prototype/entries/returns-iterator.js | 2 +- .../Map/prototype/entries/this-not-object-throw.js | 2 +- .../Map/prototype/forEach/callback-parameters.js | 2 +- .../prototype/forEach/callback-result-is-abrupt.js | 2 +- .../prototype/forEach/callback-this-non-strict.js | 2 +- .../Map/prototype/forEach/callback-this-strict.js | 2 +- .../forEach/deleted-values-during-foreach.js | 2 +- .../does-not-have-mapdata-internal-slot-set.js | 2 +- .../does-not-have-mapdata-internal-slot-weakmap.js | 2 +- .../forEach/does-not-have-mapdata-internal-slot.js | 2 +- .../forEach/first-argument-is-not-callable.js | 2 +- test/built-ins/Map/prototype/forEach/forEach.js | 2 +- .../forEach/iterates-in-key-insertion-order.js | 2 +- .../iterates-values-added-after-foreach-begins.js | 2 +- .../forEach/iterates-values-deleted-then-readded.js | 2 +- test/built-ins/Map/prototype/forEach/length.js | 2 +- test/built-ins/Map/prototype/forEach/name.js | 2 +- .../Map/prototype/forEach/return-undefined.js | 2 +- .../forEach/second-parameter-as-callback-context.js | 2 +- .../Map/prototype/forEach/this-not-object-throw.js | 2 +- .../get/does-not-have-mapdata-internal-slot-set.js | 2 +- .../does-not-have-mapdata-internal-slot-weakmap.js | 2 +- .../get/does-not-have-mapdata-internal-slot.js | 2 +- test/built-ins/Map/prototype/get/get.js | 2 +- test/built-ins/Map/prototype/get/length.js | 2 +- test/built-ins/Map/prototype/get/name.js | 2 +- .../built-ins/Map/prototype/get/returns-undefined.js | 2 +- .../get/returns-value-different-key-types.js | 2 +- .../get/returns-value-normalized-zero-key.js | 2 +- .../Map/prototype/get/this-not-object-throw.js | 2 +- .../has/does-not-have-mapdata-internal-slot-set.js | 2 +- .../does-not-have-mapdata-internal-slot-weakmap.js | 2 +- .../has/does-not-have-mapdata-internal-slot.js | 2 +- test/built-ins/Map/prototype/has/has.js | 2 +- test/built-ins/Map/prototype/has/length.js | 2 +- test/built-ins/Map/prototype/has/name.js | 2 +- .../Map/prototype/has/normalizes-zero-key.js | 2 +- .../has/return-false-different-key-types.js | 2 +- .../prototype/has/return-true-different-key-types.js | 2 +- .../Map/prototype/has/this-not-object-throw.js | 2 +- .../keys/does-not-have-mapdata-internal-slot-set.js | 2 +- .../does-not-have-mapdata-internal-slot-weakmap.js | 2 +- .../keys/does-not-have-mapdata-internal-slot.js | 2 +- test/built-ins/Map/prototype/keys/keys.js | 2 +- test/built-ins/Map/prototype/keys/length.js | 2 +- test/built-ins/Map/prototype/keys/name.js | 2 +- .../Map/prototype/keys/returns-iterator-empty.js | 2 +- .../built-ins/Map/prototype/keys/returns-iterator.js | 2 +- .../Map/prototype/keys/this-not-object-throw.js | 2 +- .../set/append-new-values-normalizes-zero-key.js | 2 +- .../prototype/set/append-new-values-return-map.js | 2 +- .../built-ins/Map/prototype/set/append-new-values.js | 2 +- .../set/does-not-have-mapdata-internal-slot-set.js | 2 +- .../does-not-have-mapdata-internal-slot-weakmap.js | 2 +- .../set/does-not-have-mapdata-internal-slot.js | 2 +- test/built-ins/Map/prototype/set/length.js | 2 +- test/built-ins/Map/prototype/set/name.js | 2 +- .../set/replaces-a-value-normalizes-zero-key.js | 2 +- .../prototype/set/replaces-a-value-returns-map.js | 2 +- test/built-ins/Map/prototype/set/replaces-a-value.js | 2 +- test/built-ins/Map/prototype/set/set.js | 2 +- .../Map/prototype/set/this-not-object-throw.js | 2 +- .../size/does-not-have-mapdata-internal-slot-set.js | 6 ++---- .../does-not-have-mapdata-internal-slot-weakmap.js | 2 +- .../size/does-not-have-mapdata-internal-slot.js | 2 +- test/built-ins/Map/prototype/size/length.js | 2 +- test/built-ins/Map/prototype/size/name.js | 2 +- ...count-of-present-values-before-after-set-clear.js | 2 +- ...ount-of-present-values-before-after-set-delete.js | 2 +- .../returns-count-of-present-values-by-insertion.js | 2 +- .../returns-count-of-present-values-by-iterable.js | 2 +- test/built-ins/Map/prototype/size/size.js | 2 +- .../Map/prototype/size/this-not-object-throw.js | 2 +- .../does-not-have-mapdata-internal-slot-set.js | 2 +- .../does-not-have-mapdata-internal-slot-weakmap.js | 2 +- .../values/does-not-have-mapdata-internal-slot.js | 2 +- test/built-ins/Map/prototype/values/length.js | 2 +- test/built-ins/Map/prototype/values/name.js | 2 +- .../Map/prototype/values/returns-iterator-empty.js | 2 +- .../Map/prototype/values/returns-iterator.js | 2 +- .../Map/prototype/values/this-not-object-throw.js | 2 +- test/built-ins/Map/prototype/values/values.js | 2 +- test/built-ins/Map/undefined-newtarget.js | 2 +- test/built-ins/Set/Symbol.species/length.js | 2 +- .../Set/Symbol.species/symbol-species-name.js | 2 +- test/built-ins/Set/Symbol.species/symbol-species.js | 6 +++--- test/built-ins/Set/constructor.js | 2 +- test/built-ins/Set/length.js | 2 +- test/built-ins/Set/name.js | 2 +- .../Set/properties-of-the-set-prototype-object.js | 2 +- test/built-ins/Set/prototype-of-set.js | 2 +- test/built-ins/Set/prototype/Symbol.iterator.js | 2 +- test/built-ins/Set/prototype/Symbol.toStringTag.js | 2 +- .../Symbol.toStringTag/property-descriptor.js | 2 +- test/built-ins/Set/prototype/add/add.js | 2 +- .../add/does-not-have-setdata-internal-slot-array.js | 2 +- .../add/does-not-have-setdata-internal-slot-map.js | 2 +- .../does-not-have-setdata-internal-slot-object.js | 2 +- ...s-not-have-setdata-internal-slot-set-prototype.js | 2 +- .../does-not-have-setdata-internal-slot-weakset.js | 2 +- test/built-ins/Set/prototype/add/length.js | 2 +- test/built-ins/Set/prototype/add/name.js | 2 +- .../Set/prototype/add/preserves-insertion-order.js | 2 +- .../add/returns-this-when-ignoring-duplicate.js | 2 +- test/built-ins/Set/prototype/add/returns-this.js | 2 +- .../prototype/add/this-not-object-throw-boolean.js | 2 +- .../Set/prototype/add/this-not-object-throw-null.js | 2 +- .../prototype/add/this-not-object-throw-number.js | 2 +- .../prototype/add/this-not-object-throw-string.js | 2 +- .../prototype/add/this-not-object-throw-symbol.js | 2 +- .../prototype/add/this-not-object-throw-undefined.js | 2 +- .../will-not-add-duplicate-entry-initial-iterable.js | 2 +- .../will-not-add-duplicate-entry-normalizes-zero.js | 2 +- .../prototype/add/will-not-add-duplicate-entry.js | 2 +- test/built-ins/Set/prototype/clear/clear.js | 2 +- .../clear/clears-all-contents-from-iterable.js | 2 +- .../Set/prototype/clear/clears-all-contents.js | 2 +- .../Set/prototype/clear/clears-an-empty-set.js | 2 +- .../does-not-have-setdata-internal-slot-array.js | 2 +- .../clear/does-not-have-setdata-internal-slot-map.js | 2 +- .../does-not-have-setdata-internal-slot-object.js | 2 +- ...s-not-have-setdata-internal-slot-set.prototype.js | 2 +- .../does-not-have-setdata-internal-slot-weakset.js | 2 +- test/built-ins/Set/prototype/clear/length.js | 2 +- test/built-ins/Set/prototype/clear/name.js | 2 +- .../Set/prototype/clear/returns-undefined.js | 2 +- .../prototype/clear/this-not-object-throw-boolean.js | 2 +- .../prototype/clear/this-not-object-throw-null.js | 2 +- .../prototype/clear/this-not-object-throw-number.js | 2 +- .../prototype/clear/this-not-object-throw-string.js | 2 +- .../prototype/clear/this-not-object-throw-symbol.js | 2 +- .../clear/this-not-object-throw-undefined.js | 2 +- .../set-prototype-constructor-intrinsic.js | 2 +- .../constructor/set-prototype-constructor.js | 2 +- .../delete/delete-entry-initial-iterable.js | 2 +- .../prototype/delete/delete-entry-normalizes-zero.js | 2 +- test/built-ins/Set/prototype/delete/delete-entry.js | 2 +- test/built-ins/Set/prototype/delete/delete.js | 2 +- .../does-not-have-setdata-internal-slot-array.js | 2 +- .../does-not-have-setdata-internal-slot-map.js | 2 +- .../does-not-have-setdata-internal-slot-object.js | 2 +- ...s-not-have-setdata-internal-slot-set-prototype.js | 2 +- .../does-not-have-setdata-internal-slot-weakset.js | 2 +- test/built-ins/Set/prototype/delete/length.js | 2 +- test/built-ins/Set/prototype/delete/name.js | 2 +- .../delete/returns-false-when-delete-is-noop.js | 2 +- .../returns-true-when-delete-operation-occurs.js | 2 +- .../delete/this-not-object-throw-boolean.js | 2 +- .../prototype/delete/this-not-object-throw-null.js | 2 +- .../prototype/delete/this-not-object-throw-number.js | 2 +- .../prototype/delete/this-not-object-throw-string.js | 2 +- .../prototype/delete/this-not-object-throw-symbol.js | 2 +- .../delete/this-not-object-throw-undefined.js | 2 +- .../does-not-have-setdata-internal-slot-array.js | 2 +- .../does-not-have-setdata-internal-slot-map.js | 2 +- .../does-not-have-setdata-internal-slot-object.js | 2 +- ...s-not-have-setdata-internal-slot-set-prototype.js | 2 +- .../does-not-have-setdata-internal-slot-weakset.js | 2 +- test/built-ins/Set/prototype/entries/entries.js | 2 +- test/built-ins/Set/prototype/entries/length.js | 2 +- test/built-ins/Set/prototype/entries/name.js | 2 +- .../Set/prototype/entries/returns-iterator-empty.js | 2 +- .../Set/prototype/entries/returns-iterator.js | 2 +- .../entries/this-not-object-throw-boolean.js | 2 +- .../prototype/entries/this-not-object-throw-null.js | 2 +- .../entries/this-not-object-throw-number.js | 2 +- .../entries/this-not-object-throw-string.js | 2 +- .../entries/this-not-object-throw-symbol.js | 2 +- .../entries/this-not-object-throw-undefined.js | 2 +- .../forEach/callback-not-callable-boolean.js | 2 +- .../prototype/forEach/callback-not-callable-null.js | 2 +- .../forEach/callback-not-callable-number.js | 2 +- .../forEach/callback-not-callable-string.js | 2 +- .../forEach/callback-not-callable-symbol.js | 2 +- .../forEach/callback-not-callable-undefined.js | 2 +- .../does-not-have-setdata-internal-slot-array.js | 2 +- .../does-not-have-setdata-internal-slot-map.js | 2 +- .../does-not-have-setdata-internal-slot-object.js | 2 +- ...s-not-have-setdata-internal-slot-set-prototype.js | 2 +- .../does-not-have-setdata-internal-slot-weakset.js | 2 +- test/built-ins/Set/prototype/forEach/forEach.js | 2 +- .../prototype/forEach/iterates-in-insertion-order.js | 2 +- .../forEach/iterates-in-iterable-entry-order.js | 2 +- .../iterates-values-added-after-foreach-begins.js | 2 +- .../forEach/iterates-values-deleted-then-readded.js | 2 +- .../prototype/forEach/iterates-values-not-deleted.js | 2 +- .../iterates-values-revisits-after-delete-re-add.js | 2 +- test/built-ins/Set/prototype/forEach/length.js | 2 +- test/built-ins/Set/prototype/forEach/name.js | 2 +- .../Set/prototype/forEach/returns-undefined.js | 2 +- ...rg-explicit-cannot-override-lexical-this-arrow.js | 2 +- .../Set/prototype/forEach/this-arg-explicit.js | 2 +- .../Set/prototype/forEach/this-non-strict.js | 2 +- .../forEach/this-not-object-throw-boolean.js | 2 +- .../prototype/forEach/this-not-object-throw-null.js | 2 +- .../forEach/this-not-object-throw-number.js | 2 +- .../forEach/this-not-object-throw-string.js | 2 +- .../forEach/this-not-object-throw-symbol.js | 2 +- .../forEach/this-not-object-throw-undefined.js | 2 +- test/built-ins/Set/prototype/forEach/this-strict.js | 2 +- .../prototype/forEach/throws-when-callback-throws.js | 2 +- .../has/does-not-have-setdata-internal-slot-array.js | 2 +- .../has/does-not-have-setdata-internal-slot-map.js | 2 +- .../does-not-have-setdata-internal-slot-object.js | 2 +- ...s-not-have-setdata-internal-slot-set-prototype.js | 2 +- .../does-not-have-setdata-internal-slot-weakset.js | 2 +- test/built-ins/Set/prototype/has/has.js | 2 +- test/built-ins/Set/prototype/has/length.js | 2 +- test/built-ins/Set/prototype/has/name.js | 2 +- ...-undefined-added-deleted-not-present-undefined.js | 2 +- .../returns-false-when-value-not-present-boolean.js | 2 +- .../has/returns-false-when-value-not-present-nan.js | 2 +- .../has/returns-false-when-value-not-present-null.js | 2 +- .../returns-false-when-value-not-present-number.js | 2 +- .../returns-false-when-value-not-present-string.js | 2 +- .../returns-false-when-value-not-present-symbol.js | 2 +- ...returns-false-when-value-not-present-undefined.js | 2 +- .../has/returns-true-when-value-present-boolean.js | 2 +- .../has/returns-true-when-value-present-nan.js | 2 +- .../has/returns-true-when-value-present-null.js | 2 +- .../has/returns-true-when-value-present-number.js | 2 +- .../has/returns-true-when-value-present-string.js | 2 +- .../has/returns-true-when-value-present-symbol.js | 2 +- .../has/returns-true-when-value-present-undefined.js | 2 +- .../prototype/has/this-not-object-throw-boolean.js | 2 +- .../Set/prototype/has/this-not-object-throw-null.js | 2 +- .../prototype/has/this-not-object-throw-number.js | 2 +- .../prototype/has/this-not-object-throw-string.js | 2 +- .../prototype/has/this-not-object-throw-symbol.js | 2 +- .../prototype/has/this-not-object-throw-undefined.js | 2 +- test/built-ins/Set/prototype/keys/keys.js | 8 ++++---- test/built-ins/Set/prototype/size/length.js | 2 +- test/built-ins/Set/prototype/size/name.js | 2 +- ...ount-of-present-values-before-after-add-delete.js | 2 +- .../returns-count-of-present-values-by-insertion.js | 2 +- .../returns-count-of-present-values-by-iterable.js | 2 +- test/built-ins/Set/prototype/size/size.js | 2 +- .../does-not-have-setdata-internal-slot-array.js | 2 +- .../does-not-have-setdata-internal-slot-map.js | 2 +- .../does-not-have-setdata-internal-slot-object.js | 2 +- ...s-not-have-setdata-internal-slot-set-prototype.js | 2 +- .../does-not-have-setdata-internal-slot-weakset.js | 2 +- test/built-ins/Set/prototype/values/length.js | 2 +- test/built-ins/Set/prototype/values/name.js | 2 +- .../Set/prototype/values/returns-iterator-empty.js | 6 +++--- .../Set/prototype/values/returns-iterator.js | 8 ++++---- .../values/this-not-object-throw-boolean.js | 2 +- .../prototype/values/this-not-object-throw-null.js | 2 +- .../prototype/values/this-not-object-throw-number.js | 2 +- .../prototype/values/this-not-object-throw-string.js | 2 +- .../prototype/values/this-not-object-throw-symbol.js | 2 +- .../values/this-not-object-throw-undefined.js | 2 +- .../Set/prototype/values/values-iteration-mutable.js | 12 ++++++------ test/built-ins/Set/prototype/values/values.js | 2 +- .../set-does-not-throw-when-add-is-not-callable.js | 2 +- test/built-ins/Set/set-get-add-method-failure.js | 2 +- test/built-ins/Set/set-iterable-calls-add.js | 2 +- .../Set/set-iterable-empty-does-not-call-add.js | 2 +- .../set-iterable-throws-when-add-is-not-callable.js | 2 +- test/built-ins/Set/set-iterable.js | 2 +- .../Set/set-iterator-close-after-add-failure.js | 2 +- test/built-ins/Set/set-iterator-next-failure.js | 2 +- test/built-ins/Set/set-iterator-value-failure.js | 2 +- test/built-ins/Set/set-newtarget.js | 2 +- test/built-ins/Set/set-no-iterable.js | 2 +- test/built-ins/Set/set-undefined-newtarget.js | 2 +- test/built-ins/Set/set.js | 2 +- .../SetIteratorPrototype/next/iteration-mutable.js | 2 +- .../built-ins/SetIteratorPrototype/next/iteration.js | 2 +- 319 files changed, 335 insertions(+), 337 deletions(-) diff --git a/test/built-ins/Map/constructor.js b/test/built-ins/Map/constructor.js index 18194c10fe..3e4a6f9510 100644 --- a/test/built-ins/Map/constructor.js +++ b/test/built-ins/Map/constructor.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.1 +esid: sec-map-constructor description: > The Map constructor is the %Map% intrinsic object and the initial value of the Map property of the global object. diff --git a/test/built-ins/Map/does-not-throw-when-set-is-not-callable.js b/test/built-ins/Map/does-not-throw-when-set-is-not-callable.js index 3552d47ee2..9fdf19d628 100644 --- a/test/built-ins/Map/does-not-throw-when-set-is-not-callable.js +++ b/test/built-ins/Map/does-not-throw-when-set-is-not-callable.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.1.1 +esid: sec-map-iterable description: > Creating a new Map object without arguments doesn't throw if `set` is not callable diff --git a/test/built-ins/Map/get-set-method-failure.js b/test/built-ins/Map/get-set-method-failure.js index 6a94f82750..2badd8e606 100644 --- a/test/built-ins/Map/get-set-method-failure.js +++ b/test/built-ins/Map/get-set-method-failure.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.1.1 +esid: sec-map-iterable description: > new Map returns abrupt from getting Map.prototype.set. info: | diff --git a/test/built-ins/Map/iterable-calls-set.js b/test/built-ins/Map/iterable-calls-set.js index 6da60e9884..55d160b812 100644 --- a/test/built-ins/Map/iterable-calls-set.js +++ b/test/built-ins/Map/iterable-calls-set.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.1.1 +esid: sec-map-iterable description: > new Map calls `set` for each item on the iterable argument in order. info: | diff --git a/test/built-ins/Map/iterator-close-after-set-failure.js b/test/built-ins/Map/iterator-close-after-set-failure.js index 321c0a729f..804c6b4f49 100644 --- a/test/built-ins/Map/iterator-close-after-set-failure.js +++ b/test/built-ins/Map/iterator-close-after-set-failure.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.1.1 +esid: sec-map-iterable description: > The iterator is closed when `Map.prototype.set` throws an error. info: | diff --git a/test/built-ins/Map/iterator-item-first-entry-returns-abrupt.js b/test/built-ins/Map/iterator-item-first-entry-returns-abrupt.js index 555ec64be7..acb8880c54 100644 --- a/test/built-ins/Map/iterator-item-first-entry-returns-abrupt.js +++ b/test/built-ins/Map/iterator-item-first-entry-returns-abrupt.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.1.1 +esid: sec-map-iterable description: > Closes iterator if item first entry completes abruptly. info: | diff --git a/test/built-ins/Map/iterator-item-second-entry-returns-abrupt.js b/test/built-ins/Map/iterator-item-second-entry-returns-abrupt.js index 5211652754..c9835d691d 100644 --- a/test/built-ins/Map/iterator-item-second-entry-returns-abrupt.js +++ b/test/built-ins/Map/iterator-item-second-entry-returns-abrupt.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.1.1 +esid: sec-map-iterable description: > Closes iterator if item second entry completes abruptly. info: | diff --git a/test/built-ins/Map/iterator-items-are-not-object-close-iterator.js b/test/built-ins/Map/iterator-items-are-not-object-close-iterator.js index 8c9bc4fe89..fd03b21aa4 100644 --- a/test/built-ins/Map/iterator-items-are-not-object-close-iterator.js +++ b/test/built-ins/Map/iterator-items-are-not-object-close-iterator.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.1.1 +esid: sec-map-iterable description: > Closes the iterator after `not Object` error. info: | diff --git a/test/built-ins/Map/iterator-items-are-not-object.js b/test/built-ins/Map/iterator-items-are-not-object.js index 958efd1d39..cc61b8f739 100644 --- a/test/built-ins/Map/iterator-items-are-not-object.js +++ b/test/built-ins/Map/iterator-items-are-not-object.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.1.1 +esid: sec-map-iterable description: > Throws a TypeError if iterable items are not Objects. info: | diff --git a/test/built-ins/Map/iterator-next-failure.js b/test/built-ins/Map/iterator-next-failure.js index 37878ce2a5..186985f8e0 100644 --- a/test/built-ins/Map/iterator-next-failure.js +++ b/test/built-ins/Map/iterator-next-failure.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.1.1 +esid: sec-map-iterable description: > The iterator is closed when iterable `next` throws an error. info: | diff --git a/test/built-ins/Map/iterator-value-failure.js b/test/built-ins/Map/iterator-value-failure.js index d4148ae94c..dbc22f764e 100644 --- a/test/built-ins/Map/iterator-value-failure.js +++ b/test/built-ins/Map/iterator-value-failure.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.1.1 +esid: sec-map-iterable description: > The iterator is closed when iterable `next` value throws an error. info: | diff --git a/test/built-ins/Map/map-iterable-empty-does-not-call-set.js b/test/built-ins/Map/map-iterable-empty-does-not-call-set.js index a33d0cdf3a..b4bb92e1b7 100644 --- a/test/built-ins/Map/map-iterable-empty-does-not-call-set.js +++ b/test/built-ins/Map/map-iterable-empty-does-not-call-set.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.1.1 +esid: sec-map-iterable description: > A Map constructed with an empty iterable argument does not call set. info: | diff --git a/test/built-ins/Map/map-iterable-throws-when-set-is-not-callable.js b/test/built-ins/Map/map-iterable-throws-when-set-is-not-callable.js index 89fc9ce3ca..48b5382ecc 100644 --- a/test/built-ins/Map/map-iterable-throws-when-set-is-not-callable.js +++ b/test/built-ins/Map/map-iterable-throws-when-set-is-not-callable.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.1.1 +esid: sec-map-iterable description: > Throws a TypeError if `set` is not callable on Map constructor with a iterable argument. diff --git a/test/built-ins/Map/map-iterable.js b/test/built-ins/Map/map-iterable.js index e46330ead8..d1f5960e9e 100644 --- a/test/built-ins/Map/map-iterable.js +++ b/test/built-ins/Map/map-iterable.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.1.1 +esid: sec-map-iterable description: > Contructor returns a map object set with the elements from the iterable argument. diff --git a/test/built-ins/Map/map-no-iterable-does-not-call-set.js b/test/built-ins/Map/map-no-iterable-does-not-call-set.js index bc0a7f718a..04fcdffc3b 100644 --- a/test/built-ins/Map/map-no-iterable-does-not-call-set.js +++ b/test/built-ins/Map/map-no-iterable-does-not-call-set.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.1.1 +esid: sec-map-iterable description: > A Map constructed without a iterable argument does not call set. info: | diff --git a/test/built-ins/Map/map-no-iterable.js b/test/built-ins/Map/map-no-iterable.js index cb3f6a0235..2daa78475b 100644 --- a/test/built-ins/Map/map-no-iterable.js +++ b/test/built-ins/Map/map-no-iterable.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.1.1 +esid: sec-map-iterable description: > Returns the new Map object with the new empty list if the iterable argument is undefined. diff --git a/test/built-ins/Map/map.js b/test/built-ins/Map/map.js index ed5cac0a0d..5c0fc7625b 100644 --- a/test/built-ins/Map/map.js +++ b/test/built-ins/Map/map.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.1.1 +esid: sec-map-iterable description: > Map descriptor as a standard built-in object. info: | diff --git a/test/built-ins/Map/name.js b/test/built-ins/Map/name.js index a591baa7ec..d966ca8fd1 100644 --- a/test/built-ins/Map/name.js +++ b/test/built-ins/Map/name.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.1.1 +esid: sec-map-iterable description: Map.name value and descriptor. info: | Map ( [ iterable ] ) diff --git a/test/built-ins/Map/newtarget.js b/test/built-ins/Map/newtarget.js index 0206d23b14..6515e6630d 100644 --- a/test/built-ins/Map/newtarget.js +++ b/test/built-ins/Map/newtarget.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.1.1 +esid: sec-map-iterable description: > The new Map object's prototype is Map.prototype info: | diff --git a/test/built-ins/Map/prototype/Symbol.iterator.js b/test/built-ins/Map/prototype/Symbol.iterator.js index 33efbc8434..a09060c7ce 100644 --- a/test/built-ins/Map/prototype/Symbol.iterator.js +++ b/test/built-ins/Map/prototype/Symbol.iterator.js @@ -1,7 +1,7 @@ // Copyright (C) 2014 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.12 +esid: sec-map.prototype-@@iterator description: Initial state of the Symbol.iterator property info: | The initial value of the @@iterator property is the same function object as diff --git a/test/built-ins/Map/prototype/Symbol.toStringTag.js b/test/built-ins/Map/prototype/Symbol.toStringTag.js index cad5b9949d..990bc400e1 100644 --- a/test/built-ins/Map/prototype/Symbol.toStringTag.js +++ b/test/built-ins/Map/prototype/Symbol.toStringTag.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.13 +esid: sec-map.prototype-@@tostringtag description: > `Symbol.toStringTag` property descriptor info: | diff --git a/test/built-ins/Map/prototype/clear/clear-map.js b/test/built-ins/Map/prototype/clear/clear-map.js index e5341fbdd3..f8c66345b7 100644 --- a/test/built-ins/Map/prototype/clear/clear-map.js +++ b/test/built-ins/Map/prototype/clear/clear-map.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.1 +esid: sec-map.prototype.clear description: > Clears a Map. info: | diff --git a/test/built-ins/Map/prototype/clear/clear.js b/test/built-ins/Map/prototype/clear/clear.js index 80fe0ac786..289398f890 100644 --- a/test/built-ins/Map/prototype/clear/clear.js +++ b/test/built-ins/Map/prototype/clear/clear.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.1 +esid: sec-map.prototype.clear description: > Map.prototype.clear ( ) diff --git a/test/built-ins/Map/prototype/clear/context-is-not-map-object.js b/test/built-ins/Map/prototype/clear/context-is-not-map-object.js index 9551f31c6c..a1c0e747a3 100644 --- a/test/built-ins/Map/prototype/clear/context-is-not-map-object.js +++ b/test/built-ins/Map/prototype/clear/context-is-not-map-object.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.1 +esid: sec-map.prototype.clear description: > Throws a TypeError if `this` does not have a [[MapData]] internal slot. info: | diff --git a/test/built-ins/Map/prototype/clear/context-is-not-object.js b/test/built-ins/Map/prototype/clear/context-is-not-object.js index 9195e4a689..c580315a87 100644 --- a/test/built-ins/Map/prototype/clear/context-is-not-object.js +++ b/test/built-ins/Map/prototype/clear/context-is-not-object.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.1 +esid: sec-map.prototype.clear description: > Throws a TypeError if `this` is not an Object. info: | diff --git a/test/built-ins/Map/prototype/clear/context-is-set-object-throws.js b/test/built-ins/Map/prototype/clear/context-is-set-object-throws.js index 646212c736..32c53c463f 100644 --- a/test/built-ins/Map/prototype/clear/context-is-set-object-throws.js +++ b/test/built-ins/Map/prototype/clear/context-is-set-object-throws.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.1 +esid: sec-map.prototype.clear description: > Throws a TypeError if `this` is a Set object. info: | diff --git a/test/built-ins/Map/prototype/clear/context-is-weakmap-object-throws.js b/test/built-ins/Map/prototype/clear/context-is-weakmap-object-throws.js index 8e9deef09d..404d1319d2 100644 --- a/test/built-ins/Map/prototype/clear/context-is-weakmap-object-throws.js +++ b/test/built-ins/Map/prototype/clear/context-is-weakmap-object-throws.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.1 +esid: sec-map.prototype.clear description: > Throws a TypeError if `this` is a WeakMap object. info: | diff --git a/test/built-ins/Map/prototype/clear/length.js b/test/built-ins/Map/prototype/clear/length.js index ca9047e0c6..c23d92afcb 100644 --- a/test/built-ins/Map/prototype/clear/length.js +++ b/test/built-ins/Map/prototype/clear/length.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.1 +esid: sec-map.prototype.clear description: > Map.prototype.clear.length value and descriptor. info: | diff --git a/test/built-ins/Map/prototype/clear/map-data-list-is-preserved.js b/test/built-ins/Map/prototype/clear/map-data-list-is-preserved.js index e83b87d5cd..90d1f5b582 100644 --- a/test/built-ins/Map/prototype/clear/map-data-list-is-preserved.js +++ b/test/built-ins/Map/prototype/clear/map-data-list-is-preserved.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.1 +esid: sec-map.prototype.clear description: > The existing [[MapData]] List is preserved. info: | diff --git a/test/built-ins/Map/prototype/clear/name.js b/test/built-ins/Map/prototype/clear/name.js index 88e95dc5ab..2c85af18f0 100644 --- a/test/built-ins/Map/prototype/clear/name.js +++ b/test/built-ins/Map/prototype/clear/name.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.1 +esid: sec-map.prototype.clear description: > Map.prototype.entries.name value and descriptor. info: | diff --git a/test/built-ins/Map/prototype/clear/returns-undefined.js b/test/built-ins/Map/prototype/clear/returns-undefined.js index ce4cfcff21..2840abba6c 100644 --- a/test/built-ins/Map/prototype/clear/returns-undefined.js +++ b/test/built-ins/Map/prototype/clear/returns-undefined.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.1 +esid: sec-map.prototype.clear description: > Returns undefined. info: | diff --git a/test/built-ins/Map/prototype/constructor.js b/test/built-ins/Map/prototype/constructor.js index 0db1b42c74..2a512bd6c1 100644 --- a/test/built-ins/Map/prototype/constructor.js +++ b/test/built-ins/Map/prototype/constructor.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.2 +esid: sec-map-constructor description: Map.prototype.constructor value and descriptor info: | The initial value of Map.prototype.constructor is the intrinsic object %Map%. diff --git a/test/built-ins/Map/prototype/delete/context-is-not-map-object.js b/test/built-ins/Map/prototype/delete/context-is-not-map-object.js index 8514a8441c..ea6f9b465f 100644 --- a/test/built-ins/Map/prototype/delete/context-is-not-map-object.js +++ b/test/built-ins/Map/prototype/delete/context-is-not-map-object.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.3 +esid: sec-map.prototype.delete description: > Throws a TypeError if `this` does not have a [[MapData]] internal slot. info: | diff --git a/test/built-ins/Map/prototype/delete/context-is-not-object.js b/test/built-ins/Map/prototype/delete/context-is-not-object.js index 7b95940558..1402f9b2cd 100644 --- a/test/built-ins/Map/prototype/delete/context-is-not-object.js +++ b/test/built-ins/Map/prototype/delete/context-is-not-object.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.3 +esid: sec-map.prototype.delete description: > Throws a TypeError if `this` is not an Object. info: | diff --git a/test/built-ins/Map/prototype/delete/context-is-set-object-throws.js b/test/built-ins/Map/prototype/delete/context-is-set-object-throws.js index 36212455ec..cb0e208752 100644 --- a/test/built-ins/Map/prototype/delete/context-is-set-object-throws.js +++ b/test/built-ins/Map/prototype/delete/context-is-set-object-throws.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.3 +esid: sec-map.prototype.delete description: > Throws a TypeError if `this` is a Set object. info: | diff --git a/test/built-ins/Map/prototype/delete/context-is-weakmap-object-throws.js b/test/built-ins/Map/prototype/delete/context-is-weakmap-object-throws.js index 3f403b7edd..16d552a354 100644 --- a/test/built-ins/Map/prototype/delete/context-is-weakmap-object-throws.js +++ b/test/built-ins/Map/prototype/delete/context-is-weakmap-object-throws.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.3 +esid: sec-map.prototype.delete description: > Throws a TypeError if `this` is a WeakMap object. info: | diff --git a/test/built-ins/Map/prototype/delete/delete.js b/test/built-ins/Map/prototype/delete/delete.js index 6d01496fe9..624f3b0913 100644 --- a/test/built-ins/Map/prototype/delete/delete.js +++ b/test/built-ins/Map/prototype/delete/delete.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.3 +esid: sec-map.prototype.delete description: > Map.prototype.delete ( ) diff --git a/test/built-ins/Map/prototype/delete/does-not-break-iterators.js b/test/built-ins/Map/prototype/delete/does-not-break-iterators.js index 1a788fdc0c..1bb0fd4582 100644 --- a/test/built-ins/Map/prototype/delete/does-not-break-iterators.js +++ b/test/built-ins/Map/prototype/delete/does-not-break-iterators.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.3 +esid: sec-map.prototype.delete description: > Deleting an entry does not break a [[MapData]] List. info: | diff --git a/test/built-ins/Map/prototype/delete/length.js b/test/built-ins/Map/prototype/delete/length.js index 4c8445367d..d30bb9e272 100644 --- a/test/built-ins/Map/prototype/delete/length.js +++ b/test/built-ins/Map/prototype/delete/length.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.3 +esid: sec-map.prototype.delete description: > Map.prototype.delete.length value and descriptor. info: | diff --git a/test/built-ins/Map/prototype/delete/name.js b/test/built-ins/Map/prototype/delete/name.js index 9c969156a0..0a756693f8 100644 --- a/test/built-ins/Map/prototype/delete/name.js +++ b/test/built-ins/Map/prototype/delete/name.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.3 +esid: sec-map.prototype.delete description: > Map.prototype.delete.name value and descriptor. info: | diff --git a/test/built-ins/Map/prototype/delete/returns-false.js b/test/built-ins/Map/prototype/delete/returns-false.js index d1db1c97c9..898d4b2203 100644 --- a/test/built-ins/Map/prototype/delete/returns-false.js +++ b/test/built-ins/Map/prototype/delete/returns-false.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.3 +esid: sec-map.prototype.delete description: > Returns false when it does not delete an entry. info: | diff --git a/test/built-ins/Map/prototype/delete/returns-true-for-deleted-entry.js b/test/built-ins/Map/prototype/delete/returns-true-for-deleted-entry.js index 1f4ccb52ea..796815734d 100644 --- a/test/built-ins/Map/prototype/delete/returns-true-for-deleted-entry.js +++ b/test/built-ins/Map/prototype/delete/returns-true-for-deleted-entry.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.3 +esid: sec-map.prototype.delete description: > Returns true when deletes an entry. info: | diff --git a/test/built-ins/Map/prototype/descriptor.js b/test/built-ins/Map/prototype/descriptor.js index a883a20cba..e507de1f9d 100644 --- a/test/built-ins/Map/prototype/descriptor.js +++ b/test/built-ins/Map/prototype/descriptor.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.2.1 +esid: sec-map.prototype description: Map.prototype property attributes. info: | This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, diff --git a/test/built-ins/Map/prototype/entries/does-not-have-mapdata-internal-slot-set.js b/test/built-ins/Map/prototype/entries/does-not-have-mapdata-internal-slot-set.js index 35cd8188a7..8e4c308ae5 100644 --- a/test/built-ins/Map/prototype/entries/does-not-have-mapdata-internal-slot-set.js +++ b/test/built-ins/Map/prototype/entries/does-not-have-mapdata-internal-slot-set.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.4 +esid: sec-map.prototype.entries description: > Throws a TypeError if `this` is a Set object. info: | diff --git a/test/built-ins/Map/prototype/entries/does-not-have-mapdata-internal-slot-weakmap.js b/test/built-ins/Map/prototype/entries/does-not-have-mapdata-internal-slot-weakmap.js index 9e3d472177..7ce6e0cdd7 100644 --- a/test/built-ins/Map/prototype/entries/does-not-have-mapdata-internal-slot-weakmap.js +++ b/test/built-ins/Map/prototype/entries/does-not-have-mapdata-internal-slot-weakmap.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.4 +esid: sec-map.prototype.entries description: > Throws a TypeError if `this` is a WeakMap object. info: | diff --git a/test/built-ins/Map/prototype/entries/does-not-have-mapdata-internal-slot.js b/test/built-ins/Map/prototype/entries/does-not-have-mapdata-internal-slot.js index 1ca4d58bce..37906606db 100644 --- a/test/built-ins/Map/prototype/entries/does-not-have-mapdata-internal-slot.js +++ b/test/built-ins/Map/prototype/entries/does-not-have-mapdata-internal-slot.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.4 +esid: sec-map.prototype.entries description: > Throws a TypeError if `this` object does not have a [[MapData]] internal slot. info: | diff --git a/test/built-ins/Map/prototype/entries/entries.js b/test/built-ins/Map/prototype/entries/entries.js index c1fb95efdf..0ee74c9e45 100644 --- a/test/built-ins/Map/prototype/entries/entries.js +++ b/test/built-ins/Map/prototype/entries/entries.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.4 +esid: sec-map.prototype.entries description: > Property type and descriptor. info: | diff --git a/test/built-ins/Map/prototype/entries/length.js b/test/built-ins/Map/prototype/entries/length.js index 00786c43f4..5428e6cd8c 100644 --- a/test/built-ins/Map/prototype/entries/length.js +++ b/test/built-ins/Map/prototype/entries/length.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.4 +esid: sec-map.prototype.entries description: > Map.prototype.entries.length value and descriptor. info: | diff --git a/test/built-ins/Map/prototype/entries/name.js b/test/built-ins/Map/prototype/entries/name.js index 371c1b79ba..30608b2ad1 100644 --- a/test/built-ins/Map/prototype/entries/name.js +++ b/test/built-ins/Map/prototype/entries/name.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.4 +esid: sec-map.prototype.entries description: > Map.prototype.entries.name value and descriptor. info: | diff --git a/test/built-ins/Map/prototype/entries/returns-iterator-empty.js b/test/built-ins/Map/prototype/entries/returns-iterator-empty.js index c066e47545..99be9461ac 100644 --- a/test/built-ins/Map/prototype/entries/returns-iterator-empty.js +++ b/test/built-ins/Map/prototype/entries/returns-iterator-empty.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.4 +esid: sec-map.prototype.entries description: > Returns an iterator on an empty Map object. info: | diff --git a/test/built-ins/Map/prototype/entries/returns-iterator.js b/test/built-ins/Map/prototype/entries/returns-iterator.js index b2a8ef5c41..49d54c9709 100644 --- a/test/built-ins/Map/prototype/entries/returns-iterator.js +++ b/test/built-ins/Map/prototype/entries/returns-iterator.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.4 +esid: sec-map.prototype.entries description: > Returns an iterator. info: | diff --git a/test/built-ins/Map/prototype/entries/this-not-object-throw.js b/test/built-ins/Map/prototype/entries/this-not-object-throw.js index 584eab876d..997860ed00 100644 --- a/test/built-ins/Map/prototype/entries/this-not-object-throw.js +++ b/test/built-ins/Map/prototype/entries/this-not-object-throw.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.4 +esid: sec-map.prototype.entries description: > Throws a TypeError if `this` is not an Object. info: | diff --git a/test/built-ins/Map/prototype/forEach/callback-parameters.js b/test/built-ins/Map/prototype/forEach/callback-parameters.js index fce44d2300..dee2aeb45d 100644 --- a/test/built-ins/Map/prototype/forEach/callback-parameters.js +++ b/test/built-ins/Map/prototype/forEach/callback-parameters.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.5 +esid: sec-map.prototype.forEach description: > Verify the parameters order on the given callback. info: | diff --git a/test/built-ins/Map/prototype/forEach/callback-result-is-abrupt.js b/test/built-ins/Map/prototype/forEach/callback-result-is-abrupt.js index 7d6acbe7ef..288aa8b3a6 100644 --- a/test/built-ins/Map/prototype/forEach/callback-result-is-abrupt.js +++ b/test/built-ins/Map/prototype/forEach/callback-result-is-abrupt.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.5 +esid: sec-map.prototype.forEach description: > Returns error from callback result is abrupt. info: | diff --git a/test/built-ins/Map/prototype/forEach/callback-this-non-strict.js b/test/built-ins/Map/prototype/forEach/callback-this-non-strict.js index b577aadf94..375c0989ab 100644 --- a/test/built-ins/Map/prototype/forEach/callback-this-non-strict.js +++ b/test/built-ins/Map/prototype/forEach/callback-this-non-strict.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.5 +esid: sec-map.prototype.forEach description: > If a thisArg is not provided, undefined will be used as the this value for each invocation of callbackfn. diff --git a/test/built-ins/Map/prototype/forEach/callback-this-strict.js b/test/built-ins/Map/prototype/forEach/callback-this-strict.js index c9e3ab6c9b..36a31976ad 100644 --- a/test/built-ins/Map/prototype/forEach/callback-this-strict.js +++ b/test/built-ins/Map/prototype/forEach/callback-this-strict.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.5 +esid: sec-map.prototype.forEach description: > If a thisArg is not provided, undefined will be used as the this value for each invocation of callbackfn. diff --git a/test/built-ins/Map/prototype/forEach/deleted-values-during-foreach.js b/test/built-ins/Map/prototype/forEach/deleted-values-during-foreach.js index b78a2adbc9..18dffa2ae9 100644 --- a/test/built-ins/Map/prototype/forEach/deleted-values-during-foreach.js +++ b/test/built-ins/Map/prototype/forEach/deleted-values-during-foreach.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.5 +esid: sec-map.prototype.forEach description: > Map state with deleted values during forEach. info: | diff --git a/test/built-ins/Map/prototype/forEach/does-not-have-mapdata-internal-slot-set.js b/test/built-ins/Map/prototype/forEach/does-not-have-mapdata-internal-slot-set.js index 7b2475dfa2..9e0b25d07d 100644 --- a/test/built-ins/Map/prototype/forEach/does-not-have-mapdata-internal-slot-set.js +++ b/test/built-ins/Map/prototype/forEach/does-not-have-mapdata-internal-slot-set.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.5 +esid: sec-map.prototype.forEach description: > Throws a TypeError if `this` is a Set object. info: | diff --git a/test/built-ins/Map/prototype/forEach/does-not-have-mapdata-internal-slot-weakmap.js b/test/built-ins/Map/prototype/forEach/does-not-have-mapdata-internal-slot-weakmap.js index e4c212a3b9..0c39913c56 100644 --- a/test/built-ins/Map/prototype/forEach/does-not-have-mapdata-internal-slot-weakmap.js +++ b/test/built-ins/Map/prototype/forEach/does-not-have-mapdata-internal-slot-weakmap.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.5 +esid: sec-map.prototype.forEach description: > Throws a TypeError if `this` is a WeakMap object. info: | diff --git a/test/built-ins/Map/prototype/forEach/does-not-have-mapdata-internal-slot.js b/test/built-ins/Map/prototype/forEach/does-not-have-mapdata-internal-slot.js index 4c4886066b..a03a663ad3 100644 --- a/test/built-ins/Map/prototype/forEach/does-not-have-mapdata-internal-slot.js +++ b/test/built-ins/Map/prototype/forEach/does-not-have-mapdata-internal-slot.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.5 +esid: sec-map.prototype.forEach description: > Throws a TypeError if `this` object does not have a [[MapData]] internal slot. info: | diff --git a/test/built-ins/Map/prototype/forEach/first-argument-is-not-callable.js b/test/built-ins/Map/prototype/forEach/first-argument-is-not-callable.js index 405966e067..dd26c84446 100644 --- a/test/built-ins/Map/prototype/forEach/first-argument-is-not-callable.js +++ b/test/built-ins/Map/prototype/forEach/first-argument-is-not-callable.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.5 +esid: sec-map.prototype.forEach description: > Throws a TypeError if first argument is not callable. info: | diff --git a/test/built-ins/Map/prototype/forEach/forEach.js b/test/built-ins/Map/prototype/forEach/forEach.js index 82e95f1ce1..13c2e69499 100644 --- a/test/built-ins/Map/prototype/forEach/forEach.js +++ b/test/built-ins/Map/prototype/forEach/forEach.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.5 +esid: sec-map.prototype.forEach description: > Property type and descriptor. info: | diff --git a/test/built-ins/Map/prototype/forEach/iterates-in-key-insertion-order.js b/test/built-ins/Map/prototype/forEach/iterates-in-key-insertion-order.js index 4c9127ba0d..e0f4ca924c 100644 --- a/test/built-ins/Map/prototype/forEach/iterates-in-key-insertion-order.js +++ b/test/built-ins/Map/prototype/forEach/iterates-in-key-insertion-order.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.5 +esid: sec-map.prototype.forEach description: > Repeats for each non-empty record, in original key insertion order. info: | diff --git a/test/built-ins/Map/prototype/forEach/iterates-values-added-after-foreach-begins.js b/test/built-ins/Map/prototype/forEach/iterates-values-added-after-foreach-begins.js index 16986d1fb5..93a57008f1 100644 --- a/test/built-ins/Map/prototype/forEach/iterates-values-added-after-foreach-begins.js +++ b/test/built-ins/Map/prototype/forEach/iterates-values-added-after-foreach-begins.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.5 +esid: sec-map.prototype.forEach description: > New keys are visited if created during forEach execution. info: | diff --git a/test/built-ins/Map/prototype/forEach/iterates-values-deleted-then-readded.js b/test/built-ins/Map/prototype/forEach/iterates-values-deleted-then-readded.js index afd155444e..49a6801192 100644 --- a/test/built-ins/Map/prototype/forEach/iterates-values-deleted-then-readded.js +++ b/test/built-ins/Map/prototype/forEach/iterates-values-deleted-then-readded.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.5 +esid: sec-map.prototype.forEach description: > New keys are visited if created during forEach execution. info: | diff --git a/test/built-ins/Map/prototype/forEach/length.js b/test/built-ins/Map/prototype/forEach/length.js index 3f57f9300c..87378bc6bf 100644 --- a/test/built-ins/Map/prototype/forEach/length.js +++ b/test/built-ins/Map/prototype/forEach/length.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.5 +esid: sec-map.prototype.forEach description: > Map.prototype.forEach.length value and descriptor. info: | diff --git a/test/built-ins/Map/prototype/forEach/name.js b/test/built-ins/Map/prototype/forEach/name.js index cd6f24db98..438dcffe55 100644 --- a/test/built-ins/Map/prototype/forEach/name.js +++ b/test/built-ins/Map/prototype/forEach/name.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.5 +esid: sec-map.prototype.forEach description: > Map.prototype.forEach.name value and descriptor. info: | diff --git a/test/built-ins/Map/prototype/forEach/return-undefined.js b/test/built-ins/Map/prototype/forEach/return-undefined.js index 65eda735e8..c52e6d9aaa 100644 --- a/test/built-ins/Map/prototype/forEach/return-undefined.js +++ b/test/built-ins/Map/prototype/forEach/return-undefined.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.5 +esid: sec-map.prototype.forEach description: > Returns undefined. info: | diff --git a/test/built-ins/Map/prototype/forEach/second-parameter-as-callback-context.js b/test/built-ins/Map/prototype/forEach/second-parameter-as-callback-context.js index afe08c343b..c63f0a4c46 100644 --- a/test/built-ins/Map/prototype/forEach/second-parameter-as-callback-context.js +++ b/test/built-ins/Map/prototype/forEach/second-parameter-as-callback-context.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.5 +esid: sec-map.prototype.forEach description: > If a thisArg parameter is provided, it will be used as the this value for each invocation of callbackfn. diff --git a/test/built-ins/Map/prototype/forEach/this-not-object-throw.js b/test/built-ins/Map/prototype/forEach/this-not-object-throw.js index 4d826a44b7..60b8bf49d4 100644 --- a/test/built-ins/Map/prototype/forEach/this-not-object-throw.js +++ b/test/built-ins/Map/prototype/forEach/this-not-object-throw.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.5 +esid: sec-map.prototype.forEach description: > Throws a TypeError if `this` is not an Object. info: | diff --git a/test/built-ins/Map/prototype/get/does-not-have-mapdata-internal-slot-set.js b/test/built-ins/Map/prototype/get/does-not-have-mapdata-internal-slot-set.js index 9799bc0ac9..4d3e4f332d 100644 --- a/test/built-ins/Map/prototype/get/does-not-have-mapdata-internal-slot-set.js +++ b/test/built-ins/Map/prototype/get/does-not-have-mapdata-internal-slot-set.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.6 +esid: sec-map.prototype.get description: > Throws a TypeError if `this` is a Set object. info: | diff --git a/test/built-ins/Map/prototype/get/does-not-have-mapdata-internal-slot-weakmap.js b/test/built-ins/Map/prototype/get/does-not-have-mapdata-internal-slot-weakmap.js index 87f186eab7..0e0188535e 100644 --- a/test/built-ins/Map/prototype/get/does-not-have-mapdata-internal-slot-weakmap.js +++ b/test/built-ins/Map/prototype/get/does-not-have-mapdata-internal-slot-weakmap.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.6 +esid: sec-map.prototype.get description: > Throws a TypeError if `this` is a WeakMap object. info: | diff --git a/test/built-ins/Map/prototype/get/does-not-have-mapdata-internal-slot.js b/test/built-ins/Map/prototype/get/does-not-have-mapdata-internal-slot.js index 94cd73c0be..fc402e28b1 100644 --- a/test/built-ins/Map/prototype/get/does-not-have-mapdata-internal-slot.js +++ b/test/built-ins/Map/prototype/get/does-not-have-mapdata-internal-slot.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.6 +esid: sec-map.prototype.get description: > Throws a TypeError if `this` object does not have a [[MapData]] internal slot. info: | diff --git a/test/built-ins/Map/prototype/get/get.js b/test/built-ins/Map/prototype/get/get.js index cf9a95bfe7..e3eec0b1a7 100644 --- a/test/built-ins/Map/prototype/get/get.js +++ b/test/built-ins/Map/prototype/get/get.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.6 +esid: sec-map.prototype.get description: > Property type and descriptor. info: | diff --git a/test/built-ins/Map/prototype/get/length.js b/test/built-ins/Map/prototype/get/length.js index aa66bdf3ff..d71eaddd23 100644 --- a/test/built-ins/Map/prototype/get/length.js +++ b/test/built-ins/Map/prototype/get/length.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.6 +esid: sec-map.prototype.get description: > Map.prototype.get.length value and descriptor. info: | diff --git a/test/built-ins/Map/prototype/get/name.js b/test/built-ins/Map/prototype/get/name.js index bdf3f7f9c7..f4354b606c 100644 --- a/test/built-ins/Map/prototype/get/name.js +++ b/test/built-ins/Map/prototype/get/name.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.6 +esid: sec-map.prototype.get description: > Map.prototype.get.name value and descriptor. info: | diff --git a/test/built-ins/Map/prototype/get/returns-undefined.js b/test/built-ins/Map/prototype/get/returns-undefined.js index 42744d8c64..c632db683b 100644 --- a/test/built-ins/Map/prototype/get/returns-undefined.js +++ b/test/built-ins/Map/prototype/get/returns-undefined.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.6 +esid: sec-map.prototype.get description: > Returns undefined when key is not on the map. info: | diff --git a/test/built-ins/Map/prototype/get/returns-value-different-key-types.js b/test/built-ins/Map/prototype/get/returns-value-different-key-types.js index e6ba44ca5f..34d11c9564 100644 --- a/test/built-ins/Map/prototype/get/returns-value-different-key-types.js +++ b/test/built-ins/Map/prototype/get/returns-value-different-key-types.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.6 +esid: sec-map.prototype.get description: > Returns the value from the specified key on different types. info: | diff --git a/test/built-ins/Map/prototype/get/returns-value-normalized-zero-key.js b/test/built-ins/Map/prototype/get/returns-value-normalized-zero-key.js index 5bb12608ed..9717f53d4a 100644 --- a/test/built-ins/Map/prototype/get/returns-value-normalized-zero-key.js +++ b/test/built-ins/Map/prototype/get/returns-value-normalized-zero-key.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.6 +esid: sec-map.prototype.get description: > -0 and +0 are normalized to +0; info: | diff --git a/test/built-ins/Map/prototype/get/this-not-object-throw.js b/test/built-ins/Map/prototype/get/this-not-object-throw.js index fe1225b859..4d187b137e 100644 --- a/test/built-ins/Map/prototype/get/this-not-object-throw.js +++ b/test/built-ins/Map/prototype/get/this-not-object-throw.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.6 +esid: sec-map.prototype.get description: > Throws a TypeError if `this` is not an Object. info: | diff --git a/test/built-ins/Map/prototype/has/does-not-have-mapdata-internal-slot-set.js b/test/built-ins/Map/prototype/has/does-not-have-mapdata-internal-slot-set.js index cd1e8971b7..a6043ef4fc 100644 --- a/test/built-ins/Map/prototype/has/does-not-have-mapdata-internal-slot-set.js +++ b/test/built-ins/Map/prototype/has/does-not-have-mapdata-internal-slot-set.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.7 +esid: sec-map.prototype.has description: > Throws a TypeError if `this` is a Set object. info: | diff --git a/test/built-ins/Map/prototype/has/does-not-have-mapdata-internal-slot-weakmap.js b/test/built-ins/Map/prototype/has/does-not-have-mapdata-internal-slot-weakmap.js index ae88db85db..e25d7d25a9 100644 --- a/test/built-ins/Map/prototype/has/does-not-have-mapdata-internal-slot-weakmap.js +++ b/test/built-ins/Map/prototype/has/does-not-have-mapdata-internal-slot-weakmap.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.7 +esid: sec-map.prototype.has description: > Throws a TypeError if `this` is a WeakMap object. info: | diff --git a/test/built-ins/Map/prototype/has/does-not-have-mapdata-internal-slot.js b/test/built-ins/Map/prototype/has/does-not-have-mapdata-internal-slot.js index 67599c1e15..469ea185a0 100644 --- a/test/built-ins/Map/prototype/has/does-not-have-mapdata-internal-slot.js +++ b/test/built-ins/Map/prototype/has/does-not-have-mapdata-internal-slot.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.7 +esid: sec-map.prototype.has description: > Throws a TypeError if `this` object does not have a [[MapData]] internal slot. info: | diff --git a/test/built-ins/Map/prototype/has/has.js b/test/built-ins/Map/prototype/has/has.js index 5bb704fa92..2eea01bb47 100644 --- a/test/built-ins/Map/prototype/has/has.js +++ b/test/built-ins/Map/prototype/has/has.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.7 +esid: sec-map.prototype.has description: > Property type and descriptor. info: | diff --git a/test/built-ins/Map/prototype/has/length.js b/test/built-ins/Map/prototype/has/length.js index 3eb2e8a2b9..3302c772ef 100644 --- a/test/built-ins/Map/prototype/has/length.js +++ b/test/built-ins/Map/prototype/has/length.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.7 +esid: sec-map.prototype.has description: > Map.prototype.has.length value and descriptor. info: | diff --git a/test/built-ins/Map/prototype/has/name.js b/test/built-ins/Map/prototype/has/name.js index 0e9b4c96c5..1df76c209d 100644 --- a/test/built-ins/Map/prototype/has/name.js +++ b/test/built-ins/Map/prototype/has/name.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.7 +esid: sec-map.prototype.has description: > Map.prototype.has.name value and descriptor. info: | diff --git a/test/built-ins/Map/prototype/has/normalizes-zero-key.js b/test/built-ins/Map/prototype/has/normalizes-zero-key.js index ddfdf5c3d4..a0d6fcd9f6 100644 --- a/test/built-ins/Map/prototype/has/normalizes-zero-key.js +++ b/test/built-ins/Map/prototype/has/normalizes-zero-key.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.7 +esid: sec-map.prototype.has description: > -0 and +0 are normalized to +0; info: | diff --git a/test/built-ins/Map/prototype/has/return-false-different-key-types.js b/test/built-ins/Map/prototype/has/return-false-different-key-types.js index 0be565021b..56c11dd873 100644 --- a/test/built-ins/Map/prototype/has/return-false-different-key-types.js +++ b/test/built-ins/Map/prototype/has/return-false-different-key-types.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.7 +esid: sec-map.prototype.has description: > Returns true for existing keys, using different key types. info: | diff --git a/test/built-ins/Map/prototype/has/return-true-different-key-types.js b/test/built-ins/Map/prototype/has/return-true-different-key-types.js index 591f451094..d2a43c3ee6 100644 --- a/test/built-ins/Map/prototype/has/return-true-different-key-types.js +++ b/test/built-ins/Map/prototype/has/return-true-different-key-types.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.7 +esid: sec-map.prototype.has description: > Returns true for existing keys, using different key types. info: | diff --git a/test/built-ins/Map/prototype/has/this-not-object-throw.js b/test/built-ins/Map/prototype/has/this-not-object-throw.js index 831d19284f..1e510b999f 100644 --- a/test/built-ins/Map/prototype/has/this-not-object-throw.js +++ b/test/built-ins/Map/prototype/has/this-not-object-throw.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.7 +esid: sec-map.prototype.has description: > Throws a TypeError if `this` is not an Object. info: | diff --git a/test/built-ins/Map/prototype/keys/does-not-have-mapdata-internal-slot-set.js b/test/built-ins/Map/prototype/keys/does-not-have-mapdata-internal-slot-set.js index d82d96c1c8..0be6192ab6 100644 --- a/test/built-ins/Map/prototype/keys/does-not-have-mapdata-internal-slot-set.js +++ b/test/built-ins/Map/prototype/keys/does-not-have-mapdata-internal-slot-set.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.8 +esid: sec-map.prototype.keys description: > Throws a TypeError if `this` is a Set object. info: | diff --git a/test/built-ins/Map/prototype/keys/does-not-have-mapdata-internal-slot-weakmap.js b/test/built-ins/Map/prototype/keys/does-not-have-mapdata-internal-slot-weakmap.js index 5c9d6032a8..3b8c7706f0 100644 --- a/test/built-ins/Map/prototype/keys/does-not-have-mapdata-internal-slot-weakmap.js +++ b/test/built-ins/Map/prototype/keys/does-not-have-mapdata-internal-slot-weakmap.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.8 +esid: sec-map.prototype.keys description: > Throws a TypeError if `this` is a WeakMap object. info: | diff --git a/test/built-ins/Map/prototype/keys/does-not-have-mapdata-internal-slot.js b/test/built-ins/Map/prototype/keys/does-not-have-mapdata-internal-slot.js index 05a8e446fe..d08132765f 100644 --- a/test/built-ins/Map/prototype/keys/does-not-have-mapdata-internal-slot.js +++ b/test/built-ins/Map/prototype/keys/does-not-have-mapdata-internal-slot.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.8 +esid: sec-map.prototype.keys description: > Throws a TypeError if `this` object does not have a [[MapData]] internal slot. info: | diff --git a/test/built-ins/Map/prototype/keys/keys.js b/test/built-ins/Map/prototype/keys/keys.js index 65a8ba5d1f..051b8aa68d 100644 --- a/test/built-ins/Map/prototype/keys/keys.js +++ b/test/built-ins/Map/prototype/keys/keys.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.8 +esid: sec-map.prototype.keys description: > Property type and descriptor. info: | diff --git a/test/built-ins/Map/prototype/keys/length.js b/test/built-ins/Map/prototype/keys/length.js index 1ac9a4b805..8dc6055bcf 100644 --- a/test/built-ins/Map/prototype/keys/length.js +++ b/test/built-ins/Map/prototype/keys/length.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.8 +esid: sec-map.prototype.keys description: > Map.prototype.keys.length value and descriptor. info: | diff --git a/test/built-ins/Map/prototype/keys/name.js b/test/built-ins/Map/prototype/keys/name.js index 5c790dac30..34b1cb6a15 100644 --- a/test/built-ins/Map/prototype/keys/name.js +++ b/test/built-ins/Map/prototype/keys/name.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.8 +esid: sec-map.prototype.keys description: > Map.prototype.keys.name value and descriptor. info: | diff --git a/test/built-ins/Map/prototype/keys/returns-iterator-empty.js b/test/built-ins/Map/prototype/keys/returns-iterator-empty.js index 999d0271a9..1359f02e9b 100644 --- a/test/built-ins/Map/prototype/keys/returns-iterator-empty.js +++ b/test/built-ins/Map/prototype/keys/returns-iterator-empty.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.8 +esid: sec-map.prototype.keys description: > Returns an iterator on an empty Map object. info: | diff --git a/test/built-ins/Map/prototype/keys/returns-iterator.js b/test/built-ins/Map/prototype/keys/returns-iterator.js index 0000df165a..1459dc59f8 100644 --- a/test/built-ins/Map/prototype/keys/returns-iterator.js +++ b/test/built-ins/Map/prototype/keys/returns-iterator.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.8 +esid: sec-map.prototype.keys description: > Returns an iterator. info: | diff --git a/test/built-ins/Map/prototype/keys/this-not-object-throw.js b/test/built-ins/Map/prototype/keys/this-not-object-throw.js index ee0e09ee18..ad3560eca7 100644 --- a/test/built-ins/Map/prototype/keys/this-not-object-throw.js +++ b/test/built-ins/Map/prototype/keys/this-not-object-throw.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.8 +esid: sec-map.prototype.keys description: > Throws a TypeError if `this` is not an Object. info: | diff --git a/test/built-ins/Map/prototype/set/append-new-values-normalizes-zero-key.js b/test/built-ins/Map/prototype/set/append-new-values-normalizes-zero-key.js index ad7967289b..f7841841c4 100644 --- a/test/built-ins/Map/prototype/set/append-new-values-normalizes-zero-key.js +++ b/test/built-ins/Map/prototype/set/append-new-values-normalizes-zero-key.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.9 +esid: sec-map.prototype.set description: > Appends new value in the map normalizing +0 and -0. info: | diff --git a/test/built-ins/Map/prototype/set/append-new-values-return-map.js b/test/built-ins/Map/prototype/set/append-new-values-return-map.js index 8e5d430698..9d1e02c8b7 100644 --- a/test/built-ins/Map/prototype/set/append-new-values-return-map.js +++ b/test/built-ins/Map/prototype/set/append-new-values-return-map.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.9 +esid: sec-map.prototype.set description: > Map.prototype.set returns the given `this` object. info: | diff --git a/test/built-ins/Map/prototype/set/append-new-values.js b/test/built-ins/Map/prototype/set/append-new-values.js index 3cc9f6f621..eb37fc97a4 100644 --- a/test/built-ins/Map/prototype/set/append-new-values.js +++ b/test/built-ins/Map/prototype/set/append-new-values.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.9 +esid: sec-map.prototype.set description: > Append a new value as the last element of entries. info: | diff --git a/test/built-ins/Map/prototype/set/does-not-have-mapdata-internal-slot-set.js b/test/built-ins/Map/prototype/set/does-not-have-mapdata-internal-slot-set.js index 13d2debc2a..8e225f5601 100644 --- a/test/built-ins/Map/prototype/set/does-not-have-mapdata-internal-slot-set.js +++ b/test/built-ins/Map/prototype/set/does-not-have-mapdata-internal-slot-set.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.9 +esid: sec-map.prototype.set description: > Throws a TypeError if `this` is a Set object. info: | diff --git a/test/built-ins/Map/prototype/set/does-not-have-mapdata-internal-slot-weakmap.js b/test/built-ins/Map/prototype/set/does-not-have-mapdata-internal-slot-weakmap.js index 9b77cbee08..86390f64f8 100644 --- a/test/built-ins/Map/prototype/set/does-not-have-mapdata-internal-slot-weakmap.js +++ b/test/built-ins/Map/prototype/set/does-not-have-mapdata-internal-slot-weakmap.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.9 +esid: sec-map.prototype.set description: > Throws a TypeError if `this` is a WeakMap object. info: | diff --git a/test/built-ins/Map/prototype/set/does-not-have-mapdata-internal-slot.js b/test/built-ins/Map/prototype/set/does-not-have-mapdata-internal-slot.js index 43e271061e..8a4b86e75b 100644 --- a/test/built-ins/Map/prototype/set/does-not-have-mapdata-internal-slot.js +++ b/test/built-ins/Map/prototype/set/does-not-have-mapdata-internal-slot.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.9 +esid: sec-map.prototype.set description: > Throws a TypeError if `this` object does not have a [[MapData]] internal slot. info: | diff --git a/test/built-ins/Map/prototype/set/length.js b/test/built-ins/Map/prototype/set/length.js index 44a7dec236..b67f5747d0 100644 --- a/test/built-ins/Map/prototype/set/length.js +++ b/test/built-ins/Map/prototype/set/length.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.9 +esid: sec-map.prototype.set description: > Map.prototype.set.length value and descriptor. info: | diff --git a/test/built-ins/Map/prototype/set/name.js b/test/built-ins/Map/prototype/set/name.js index 0b3ccc983e..43cfd03bc4 100644 --- a/test/built-ins/Map/prototype/set/name.js +++ b/test/built-ins/Map/prototype/set/name.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.9 +esid: sec-map.prototype.set description: > Map.prototype.set.name value and descriptor. info: | diff --git a/test/built-ins/Map/prototype/set/replaces-a-value-normalizes-zero-key.js b/test/built-ins/Map/prototype/set/replaces-a-value-normalizes-zero-key.js index 991c8a2770..6665e871cd 100644 --- a/test/built-ins/Map/prototype/set/replaces-a-value-normalizes-zero-key.js +++ b/test/built-ins/Map/prototype/set/replaces-a-value-normalizes-zero-key.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.9 +esid: sec-map.prototype.set description: > Replaces a value in the map normalizing +0 and -0. info: | diff --git a/test/built-ins/Map/prototype/set/replaces-a-value-returns-map.js b/test/built-ins/Map/prototype/set/replaces-a-value-returns-map.js index 447a8c4d9e..641610bb29 100644 --- a/test/built-ins/Map/prototype/set/replaces-a-value-returns-map.js +++ b/test/built-ins/Map/prototype/set/replaces-a-value-returns-map.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.9 +esid: sec-map.prototype.set description: > Map.prototype.set returns the given `this` map object. info: | diff --git a/test/built-ins/Map/prototype/set/replaces-a-value.js b/test/built-ins/Map/prototype/set/replaces-a-value.js index 35b339dc6b..637cc73dec 100644 --- a/test/built-ins/Map/prototype/set/replaces-a-value.js +++ b/test/built-ins/Map/prototype/set/replaces-a-value.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.9 +esid: sec-map.prototype.set description: > Replaces a value in the map. info: | diff --git a/test/built-ins/Map/prototype/set/set.js b/test/built-ins/Map/prototype/set/set.js index dc800482a0..7e05eb028c 100644 --- a/test/built-ins/Map/prototype/set/set.js +++ b/test/built-ins/Map/prototype/set/set.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.9 +esid: sec-map.prototype.set description: > Property type and descriptor. info: | diff --git a/test/built-ins/Map/prototype/set/this-not-object-throw.js b/test/built-ins/Map/prototype/set/this-not-object-throw.js index fbba1261d0..10a250daa3 100644 --- a/test/built-ins/Map/prototype/set/this-not-object-throw.js +++ b/test/built-ins/Map/prototype/set/this-not-object-throw.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.9 +esid: sec-map.prototype.set description: > Throws a TypeError if `this` is not an Object. info: | diff --git a/test/built-ins/Map/prototype/size/does-not-have-mapdata-internal-slot-set.js b/test/built-ins/Map/prototype/size/does-not-have-mapdata-internal-slot-set.js index 27f94f4001..e811b56ad5 100644 --- a/test/built-ins/Map/prototype/size/does-not-have-mapdata-internal-slot-set.js +++ b/test/built-ins/Map/prototype/size/does-not-have-mapdata-internal-slot-set.js @@ -1,14 +1,12 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.10 +esid: sec-get-map.prototype.size description: > Throws a TypeError if `this` is a Set object. info: | - Map.prototype.set ( key , value ) - ... - 3. If M does not have a [[MapData]] internal slot, throw a TypeError + If M does not have a [[MapData]] internal slot, throw a TypeError exception. ... features: [Set] diff --git a/test/built-ins/Map/prototype/size/does-not-have-mapdata-internal-slot-weakmap.js b/test/built-ins/Map/prototype/size/does-not-have-mapdata-internal-slot-weakmap.js index 04a215af19..a3ab5d5829 100644 --- a/test/built-ins/Map/prototype/size/does-not-have-mapdata-internal-slot-weakmap.js +++ b/test/built-ins/Map/prototype/size/does-not-have-mapdata-internal-slot-weakmap.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.9 +esid: sec-get-map.prototype.size description: > Throws a TypeError if `this` is a WeakMap object. info: | diff --git a/test/built-ins/Map/prototype/size/does-not-have-mapdata-internal-slot.js b/test/built-ins/Map/prototype/size/does-not-have-mapdata-internal-slot.js index 03f8a7d753..24310df112 100644 --- a/test/built-ins/Map/prototype/size/does-not-have-mapdata-internal-slot.js +++ b/test/built-ins/Map/prototype/size/does-not-have-mapdata-internal-slot.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.9 +esid: sec-get-map.prototype.size description: > Throws a TypeError if `this` object does not have a [[MapData]] internal slot. info: | diff --git a/test/built-ins/Map/prototype/size/length.js b/test/built-ins/Map/prototype/size/length.js index f803522c07..c92a3d6008 100644 --- a/test/built-ins/Map/prototype/size/length.js +++ b/test/built-ins/Map/prototype/size/length.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.10 +esid: sec-get-map.prototype.size description: > Map.prototype.size.length value and descriptor. info: | diff --git a/test/built-ins/Map/prototype/size/name.js b/test/built-ins/Map/prototype/size/name.js index 33e1feb8c2..f59936a771 100644 --- a/test/built-ins/Map/prototype/size/name.js +++ b/test/built-ins/Map/prototype/size/name.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.10 +esid: sec-get-map.prototype.size description: > Map.prototype.size.name value and descriptor. info: | diff --git a/test/built-ins/Map/prototype/size/returns-count-of-present-values-before-after-set-clear.js b/test/built-ins/Map/prototype/size/returns-count-of-present-values-before-after-set-clear.js index 17db3f931a..eadeb75251 100644 --- a/test/built-ins/Map/prototype/size/returns-count-of-present-values-before-after-set-clear.js +++ b/test/built-ins/Map/prototype/size/returns-count-of-present-values-before-after-set-clear.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.10 +esid: sec-get-map.prototype.size description: > Returns count of present values before and after using `set` and `clear`. info: | diff --git a/test/built-ins/Map/prototype/size/returns-count-of-present-values-before-after-set-delete.js b/test/built-ins/Map/prototype/size/returns-count-of-present-values-before-after-set-delete.js index 415bb2c180..90f371cf8e 100644 --- a/test/built-ins/Map/prototype/size/returns-count-of-present-values-before-after-set-delete.js +++ b/test/built-ins/Map/prototype/size/returns-count-of-present-values-before-after-set-delete.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.10 +esid: sec-get-map.prototype.size description: > Returns count of present values before and after using `set` and `delete`. info: | diff --git a/test/built-ins/Map/prototype/size/returns-count-of-present-values-by-insertion.js b/test/built-ins/Map/prototype/size/returns-count-of-present-values-by-insertion.js index 0e85a0f62b..80a7da25bb 100644 --- a/test/built-ins/Map/prototype/size/returns-count-of-present-values-by-insertion.js +++ b/test/built-ins/Map/prototype/size/returns-count-of-present-values-by-insertion.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.10 +esid: sec-get-map.prototype.size description: > Returns count of present values inserted with set. info: | diff --git a/test/built-ins/Map/prototype/size/returns-count-of-present-values-by-iterable.js b/test/built-ins/Map/prototype/size/returns-count-of-present-values-by-iterable.js index 8fed41e025..5a907472e0 100644 --- a/test/built-ins/Map/prototype/size/returns-count-of-present-values-by-iterable.js +++ b/test/built-ins/Map/prototype/size/returns-count-of-present-values-by-iterable.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.10 +esid: sec-get-map.prototype.size description: > Returns count of present values inserted via iterable argument. info: | diff --git a/test/built-ins/Map/prototype/size/size.js b/test/built-ins/Map/prototype/size/size.js index 57a0dd2855..dd202a3004 100644 --- a/test/built-ins/Map/prototype/size/size.js +++ b/test/built-ins/Map/prototype/size/size.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.10 +esid: sec-get-map.prototype.size description: > Property type and descriptor. info: | diff --git a/test/built-ins/Map/prototype/size/this-not-object-throw.js b/test/built-ins/Map/prototype/size/this-not-object-throw.js index 12cc301b33..707608beb3 100644 --- a/test/built-ins/Map/prototype/size/this-not-object-throw.js +++ b/test/built-ins/Map/prototype/size/this-not-object-throw.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.10 +esid: sec-get-map.prototype.size description: > Throws a TypeError if `this` is not an Object. info: | diff --git a/test/built-ins/Map/prototype/values/does-not-have-mapdata-internal-slot-set.js b/test/built-ins/Map/prototype/values/does-not-have-mapdata-internal-slot-set.js index 6593f04ebc..4a1e5a4521 100644 --- a/test/built-ins/Map/prototype/values/does-not-have-mapdata-internal-slot-set.js +++ b/test/built-ins/Map/prototype/values/does-not-have-mapdata-internal-slot-set.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.11 +esid: sec-map.prototype.values description: > Throws a TypeError if `this` is a Set object. info: | diff --git a/test/built-ins/Map/prototype/values/does-not-have-mapdata-internal-slot-weakmap.js b/test/built-ins/Map/prototype/values/does-not-have-mapdata-internal-slot-weakmap.js index 65de030207..06f8f30b21 100644 --- a/test/built-ins/Map/prototype/values/does-not-have-mapdata-internal-slot-weakmap.js +++ b/test/built-ins/Map/prototype/values/does-not-have-mapdata-internal-slot-weakmap.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.11 +esid: sec-map.prototype.values description: > Throws a TypeError if `this` is a WeakMap object. info: | diff --git a/test/built-ins/Map/prototype/values/does-not-have-mapdata-internal-slot.js b/test/built-ins/Map/prototype/values/does-not-have-mapdata-internal-slot.js index 03fd189a4b..eb94445ce7 100644 --- a/test/built-ins/Map/prototype/values/does-not-have-mapdata-internal-slot.js +++ b/test/built-ins/Map/prototype/values/does-not-have-mapdata-internal-slot.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.11 +esid: sec-map.prototype.values description: > Throws a TypeError if `this` object does not have a [[MapData]] internal slot. info: | diff --git a/test/built-ins/Map/prototype/values/length.js b/test/built-ins/Map/prototype/values/length.js index 4f31dc8353..dafa1e06dd 100644 --- a/test/built-ins/Map/prototype/values/length.js +++ b/test/built-ins/Map/prototype/values/length.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.11 +esid: sec-map.prototype.values description: > Map.prototype.values.length value and descriptor. info: | diff --git a/test/built-ins/Map/prototype/values/name.js b/test/built-ins/Map/prototype/values/name.js index dff0d9259a..03aca25e71 100644 --- a/test/built-ins/Map/prototype/values/name.js +++ b/test/built-ins/Map/prototype/values/name.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.11 +esid: sec-map.prototype.values description: > Map.prototype.values.name value and descriptor. info: | diff --git a/test/built-ins/Map/prototype/values/returns-iterator-empty.js b/test/built-ins/Map/prototype/values/returns-iterator-empty.js index 11defb60ea..792a469477 100644 --- a/test/built-ins/Map/prototype/values/returns-iterator-empty.js +++ b/test/built-ins/Map/prototype/values/returns-iterator-empty.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.11 +esid: sec-map.prototype.values description: > Returns an iterator on an empty Map object. info: | diff --git a/test/built-ins/Map/prototype/values/returns-iterator.js b/test/built-ins/Map/prototype/values/returns-iterator.js index 82d3b84afa..158c2b9604 100644 --- a/test/built-ins/Map/prototype/values/returns-iterator.js +++ b/test/built-ins/Map/prototype/values/returns-iterator.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.11 +esid: sec-map.prototype.values description: > Returns an iterator. info: | diff --git a/test/built-ins/Map/prototype/values/this-not-object-throw.js b/test/built-ins/Map/prototype/values/this-not-object-throw.js index 8073405380..a7c647d5ae 100644 --- a/test/built-ins/Map/prototype/values/this-not-object-throw.js +++ b/test/built-ins/Map/prototype/values/this-not-object-throw.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.11 +esid: sec-map.prototype.values description: > Throws a TypeError if `this` is not an Object. info: | diff --git a/test/built-ins/Map/prototype/values/values.js b/test/built-ins/Map/prototype/values/values.js index cfb1c7bdd9..bf2e5d057e 100644 --- a/test/built-ins/Map/prototype/values/values.js +++ b/test/built-ins/Map/prototype/values/values.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.3.11 +esid: sec-map.prototype.values description: > Property type and descriptor. info: | diff --git a/test/built-ins/Map/undefined-newtarget.js b/test/built-ins/Map/undefined-newtarget.js index e83541ebf4..a756ee7d89 100644 --- a/test/built-ins/Map/undefined-newtarget.js +++ b/test/built-ins/Map/undefined-newtarget.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.1.1.1 +esid: sec-map-iterable description: > Throws a TypeError if Map is called without a newTarget. info: | diff --git a/test/built-ins/Set/Symbol.species/length.js b/test/built-ins/Set/Symbol.species/length.js index 86c48b3d36..b51de1b0f8 100644 --- a/test/built-ins/Set/Symbol.species/length.js +++ b/test/built-ins/Set/Symbol.species/length.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.2.2 +esid: sec-get-set-@@species description: > get Set [ @@species ].length is 0. info: | diff --git a/test/built-ins/Set/Symbol.species/symbol-species-name.js b/test/built-ins/Set/Symbol.species/symbol-species-name.js index 2ca26eeaf4..4e7e33fa08 100644 --- a/test/built-ins/Set/Symbol.species/symbol-species-name.js +++ b/test/built-ins/Set/Symbol.species/symbol-species-name.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.2.2 +esid: sec-get-set-@@species description: > Set[Symbol.species] accessor property get name info: | diff --git a/test/built-ins/Set/Symbol.species/symbol-species.js b/test/built-ins/Set/Symbol.species/symbol-species.js index 5d59b94f31..53f7871620 100644 --- a/test/built-ins/Set/Symbol.species/symbol-species.js +++ b/test/built-ins/Set/Symbol.species/symbol-species.js @@ -2,11 +2,11 @@ // See LICENSE for details. /*--- -info: | - Set has a property at `Symbol.species` esid: sec-get-set-@@species -author: Sam Mikes description: Set[Symbol.species] exists per spec +info: | + Set has a property at `Symbol.species` +author: Sam Mikes includes: [propertyHelper.js] features: [Symbol.species] ---*/ diff --git a/test/built-ins/Set/constructor.js b/test/built-ins/Set/constructor.js index 859f2dceb1..00a8082f1d 100644 --- a/test/built-ins/Set/constructor.js +++ b/test/built-ins/Set/constructor.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.1 +esid: sec-set-constructor description: > The Set constructor is the %Set% intrinsic object and the initial value of the Set property of the global object. diff --git a/test/built-ins/Set/length.js b/test/built-ins/Set/length.js index ec6e20b89b..312a5a27fb 100644 --- a/test/built-ins/Set/length.js +++ b/test/built-ins/Set/length.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.2 +esid: sec-set-constructor description: > Properties of the Set Constructor diff --git a/test/built-ins/Set/name.js b/test/built-ins/Set/name.js index c84ba9d01c..f044fe9fcb 100644 --- a/test/built-ins/Set/name.js +++ b/test/built-ins/Set/name.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.1.1 +esid: sec-set-constructor description: > Set ( [ iterable ] ) diff --git a/test/built-ins/Set/properties-of-the-set-prototype-object.js b/test/built-ins/Set/properties-of-the-set-prototype-object.js index f32c807588..ed7bc55398 100644 --- a/test/built-ins/Set/properties-of-the-set-prototype-object.js +++ b/test/built-ins/Set/properties-of-the-set-prototype-object.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3 +esid: sec-properties-of-the-set-prototype-object description: > The Set prototype object is the intrinsic object %SetPrototype%. The value of the [[Prototype]] internal slot of the Set prototype diff --git a/test/built-ins/Set/prototype-of-set.js b/test/built-ins/Set/prototype-of-set.js index 966ec80dfd..5b91e353d2 100644 --- a/test/built-ins/Set/prototype-of-set.js +++ b/test/built-ins/Set/prototype-of-set.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.2 +esid: sec-properties-of-the-set-constructor description: > The value of the [[Prototype]] internal slot of the Set constructor is the intrinsic object %FunctionPrototype% (19.2.3). diff --git a/test/built-ins/Set/prototype/Symbol.iterator.js b/test/built-ins/Set/prototype/Symbol.iterator.js index 8bee7411bf..8febee79d9 100644 --- a/test/built-ins/Set/prototype/Symbol.iterator.js +++ b/test/built-ins/Set/prototype/Symbol.iterator.js @@ -2,6 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- +esid: sec-set.prototype-@@iterator description: Initial state of the Symbol.iterator property info: | The initial value of the @@iterator property is the same function object as @@ -11,7 +12,6 @@ info: | should be writable and configurable, but not enumerable. includes: [propertyHelper.js] features: [Symbol.iterator] -es6id: 23.2.3.11 ---*/ assert.sameValue(Set.prototype[Symbol.iterator], Set.prototype.values); diff --git a/test/built-ins/Set/prototype/Symbol.toStringTag.js b/test/built-ins/Set/prototype/Symbol.toStringTag.js index cb3f1776db..51009ba934 100644 --- a/test/built-ins/Set/prototype/Symbol.toStringTag.js +++ b/test/built-ins/Set/prototype/Symbol.toStringTag.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.12 +esid: sec-set.prototype-@@tostringtag description: > `Symbol.toStringTag` property descriptor info: | diff --git a/test/built-ins/Set/prototype/Symbol.toStringTag/property-descriptor.js b/test/built-ins/Set/prototype/Symbol.toStringTag/property-descriptor.js index f85813c318..c347199ddc 100644 --- a/test/built-ins/Set/prototype/Symbol.toStringTag/property-descriptor.js +++ b/test/built-ins/Set/prototype/Symbol.toStringTag/property-descriptor.js @@ -2,11 +2,11 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- +esid: sec-set.prototype-@@tostringtag description: > `Object.prototype.getOwnPropertyDescriptor` should reflect the value and writability of the @@toStringTag attribute. includes: [propertyHelper.js] -es6id: 23.2.3.12 features: [Symbol.toStringTag] ---*/ diff --git a/test/built-ins/Set/prototype/add/add.js b/test/built-ins/Set/prototype/add/add.js index 775cd37a8f..1c10fa4adf 100644 --- a/test/built-ins/Set/prototype/add/add.js +++ b/test/built-ins/Set/prototype/add/add.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.1 +esid: sec-set.prototype.add description: > Set.prototype.add ( value ) diff --git a/test/built-ins/Set/prototype/add/does-not-have-setdata-internal-slot-array.js b/test/built-ins/Set/prototype/add/does-not-have-setdata-internal-slot-array.js index 4e8d96a6fb..6d2737b2b5 100644 --- a/test/built-ins/Set/prototype/add/does-not-have-setdata-internal-slot-array.js +++ b/test/built-ins/Set/prototype/add/does-not-have-setdata-internal-slot-array.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.1 +esid: sec-set.prototype.add description: > Set.prototype.add ( value ) diff --git a/test/built-ins/Set/prototype/add/does-not-have-setdata-internal-slot-map.js b/test/built-ins/Set/prototype/add/does-not-have-setdata-internal-slot-map.js index e89eb43952..a6cd614be9 100644 --- a/test/built-ins/Set/prototype/add/does-not-have-setdata-internal-slot-map.js +++ b/test/built-ins/Set/prototype/add/does-not-have-setdata-internal-slot-map.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.1 +esid: sec-set.prototype.add description: > Set.prototype.add ( value ) diff --git a/test/built-ins/Set/prototype/add/does-not-have-setdata-internal-slot-object.js b/test/built-ins/Set/prototype/add/does-not-have-setdata-internal-slot-object.js index 2ea5416680..7859f79deb 100644 --- a/test/built-ins/Set/prototype/add/does-not-have-setdata-internal-slot-object.js +++ b/test/built-ins/Set/prototype/add/does-not-have-setdata-internal-slot-object.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.1 +esid: sec-set.prototype.add description: > Set.prototype.add ( value ) diff --git a/test/built-ins/Set/prototype/add/does-not-have-setdata-internal-slot-set-prototype.js b/test/built-ins/Set/prototype/add/does-not-have-setdata-internal-slot-set-prototype.js index 2c29da5ab1..3775491705 100644 --- a/test/built-ins/Set/prototype/add/does-not-have-setdata-internal-slot-set-prototype.js +++ b/test/built-ins/Set/prototype/add/does-not-have-setdata-internal-slot-set-prototype.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.1 +esid: sec-set.prototype.add description: > Set.prototype.add ( value ) diff --git a/test/built-ins/Set/prototype/add/does-not-have-setdata-internal-slot-weakset.js b/test/built-ins/Set/prototype/add/does-not-have-setdata-internal-slot-weakset.js index 601345e728..a252d89840 100644 --- a/test/built-ins/Set/prototype/add/does-not-have-setdata-internal-slot-weakset.js +++ b/test/built-ins/Set/prototype/add/does-not-have-setdata-internal-slot-weakset.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.1 +esid: sec-set.prototype.add description: > Set.prototype.add ( value ) diff --git a/test/built-ins/Set/prototype/add/length.js b/test/built-ins/Set/prototype/add/length.js index 0a50089411..aca4d25270 100644 --- a/test/built-ins/Set/prototype/add/length.js +++ b/test/built-ins/Set/prototype/add/length.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.1 +esid: sec-set.prototype.add description: > Set.prototype.add ( value ) diff --git a/test/built-ins/Set/prototype/add/name.js b/test/built-ins/Set/prototype/add/name.js index 3453a36f1f..b926f46a9b 100644 --- a/test/built-ins/Set/prototype/add/name.js +++ b/test/built-ins/Set/prototype/add/name.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.1 +esid: sec-set.prototype.add description: > Set.prototype.add ( value ) diff --git a/test/built-ins/Set/prototype/add/preserves-insertion-order.js b/test/built-ins/Set/prototype/add/preserves-insertion-order.js index 5feda334a6..f963f9a685 100644 --- a/test/built-ins/Set/prototype/add/preserves-insertion-order.js +++ b/test/built-ins/Set/prototype/add/preserves-insertion-order.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.1 +esid: sec-set.prototype.add description: > Set.prototype.add ( value ) diff --git a/test/built-ins/Set/prototype/add/returns-this-when-ignoring-duplicate.js b/test/built-ins/Set/prototype/add/returns-this-when-ignoring-duplicate.js index 37519db7ef..545815e525 100644 --- a/test/built-ins/Set/prototype/add/returns-this-when-ignoring-duplicate.js +++ b/test/built-ins/Set/prototype/add/returns-this-when-ignoring-duplicate.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.1 +esid: sec-set.prototype.add description: > Set.prototype.add ( value ) diff --git a/test/built-ins/Set/prototype/add/returns-this.js b/test/built-ins/Set/prototype/add/returns-this.js index 972a630c98..c8cb6542f9 100644 --- a/test/built-ins/Set/prototype/add/returns-this.js +++ b/test/built-ins/Set/prototype/add/returns-this.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.1 +esid: sec-set.prototype.add description: > Set.prototype.add ( value ) diff --git a/test/built-ins/Set/prototype/add/this-not-object-throw-boolean.js b/test/built-ins/Set/prototype/add/this-not-object-throw-boolean.js index 84baf0fd53..86556aa35a 100644 --- a/test/built-ins/Set/prototype/add/this-not-object-throw-boolean.js +++ b/test/built-ins/Set/prototype/add/this-not-object-throw-boolean.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.1 +esid: sec-set.prototype.add description: > Set.prototype.add ( value ) diff --git a/test/built-ins/Set/prototype/add/this-not-object-throw-null.js b/test/built-ins/Set/prototype/add/this-not-object-throw-null.js index 467d3bd963..658d9460d9 100644 --- a/test/built-ins/Set/prototype/add/this-not-object-throw-null.js +++ b/test/built-ins/Set/prototype/add/this-not-object-throw-null.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.1 +esid: sec-set.prototype.add description: > Set.prototype.add ( value ) diff --git a/test/built-ins/Set/prototype/add/this-not-object-throw-number.js b/test/built-ins/Set/prototype/add/this-not-object-throw-number.js index a4c7680370..1231a906a9 100644 --- a/test/built-ins/Set/prototype/add/this-not-object-throw-number.js +++ b/test/built-ins/Set/prototype/add/this-not-object-throw-number.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.1 +esid: sec-set.prototype.add description: > Set.prototype.add ( value ) diff --git a/test/built-ins/Set/prototype/add/this-not-object-throw-string.js b/test/built-ins/Set/prototype/add/this-not-object-throw-string.js index fd3dcf9a4a..2b8f4324a1 100644 --- a/test/built-ins/Set/prototype/add/this-not-object-throw-string.js +++ b/test/built-ins/Set/prototype/add/this-not-object-throw-string.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.1 +esid: sec-set.prototype.add description: > Set.prototype.add ( value ) diff --git a/test/built-ins/Set/prototype/add/this-not-object-throw-symbol.js b/test/built-ins/Set/prototype/add/this-not-object-throw-symbol.js index ade8dfc7a2..09c400bde8 100644 --- a/test/built-ins/Set/prototype/add/this-not-object-throw-symbol.js +++ b/test/built-ins/Set/prototype/add/this-not-object-throw-symbol.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.1 +esid: sec-set.prototype.add description: > Set.prototype.add ( value ) diff --git a/test/built-ins/Set/prototype/add/this-not-object-throw-undefined.js b/test/built-ins/Set/prototype/add/this-not-object-throw-undefined.js index 59c0eab3d8..8be3852cfd 100644 --- a/test/built-ins/Set/prototype/add/this-not-object-throw-undefined.js +++ b/test/built-ins/Set/prototype/add/this-not-object-throw-undefined.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.1 +esid: sec-set.prototype.add description: > Set.prototype.add ( value ) diff --git a/test/built-ins/Set/prototype/add/will-not-add-duplicate-entry-initial-iterable.js b/test/built-ins/Set/prototype/add/will-not-add-duplicate-entry-initial-iterable.js index 6704819462..5269907714 100644 --- a/test/built-ins/Set/prototype/add/will-not-add-duplicate-entry-initial-iterable.js +++ b/test/built-ins/Set/prototype/add/will-not-add-duplicate-entry-initial-iterable.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.1 +esid: sec-set.prototype.add description: > Set.prototype.add ( value ) diff --git a/test/built-ins/Set/prototype/add/will-not-add-duplicate-entry-normalizes-zero.js b/test/built-ins/Set/prototype/add/will-not-add-duplicate-entry-normalizes-zero.js index 7ea0c2f466..5f95338685 100644 --- a/test/built-ins/Set/prototype/add/will-not-add-duplicate-entry-normalizes-zero.js +++ b/test/built-ins/Set/prototype/add/will-not-add-duplicate-entry-normalizes-zero.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.1 +esid: sec-set.prototype.add description: > Set.prototype.add ( value ) diff --git a/test/built-ins/Set/prototype/add/will-not-add-duplicate-entry.js b/test/built-ins/Set/prototype/add/will-not-add-duplicate-entry.js index 59135db5bd..46f8f76edc 100644 --- a/test/built-ins/Set/prototype/add/will-not-add-duplicate-entry.js +++ b/test/built-ins/Set/prototype/add/will-not-add-duplicate-entry.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.1 +esid: sec-set.prototype.add description: > Set.prototype.add ( value ) diff --git a/test/built-ins/Set/prototype/clear/clear.js b/test/built-ins/Set/prototype/clear/clear.js index 3d770e4c96..6eb31e57ef 100644 --- a/test/built-ins/Set/prototype/clear/clear.js +++ b/test/built-ins/Set/prototype/clear/clear.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.2 +esid: sec-set.prototype.clear description: > Set.prototype.clear ( ) diff --git a/test/built-ins/Set/prototype/clear/clears-all-contents-from-iterable.js b/test/built-ins/Set/prototype/clear/clears-all-contents-from-iterable.js index 2e9ff286be..9d43c3cc84 100644 --- a/test/built-ins/Set/prototype/clear/clears-all-contents-from-iterable.js +++ b/test/built-ins/Set/prototype/clear/clears-all-contents-from-iterable.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.2 +esid: sec-set.prototype.clear description: > Set.prototype.clear ( ) diff --git a/test/built-ins/Set/prototype/clear/clears-all-contents.js b/test/built-ins/Set/prototype/clear/clears-all-contents.js index 2d8b1ce16f..59cc0ec58b 100644 --- a/test/built-ins/Set/prototype/clear/clears-all-contents.js +++ b/test/built-ins/Set/prototype/clear/clears-all-contents.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.2 +esid: sec-set.prototype.clear description: > Set.prototype.clear ( ) diff --git a/test/built-ins/Set/prototype/clear/clears-an-empty-set.js b/test/built-ins/Set/prototype/clear/clears-an-empty-set.js index a9abaa6873..63cbbceaa8 100644 --- a/test/built-ins/Set/prototype/clear/clears-an-empty-set.js +++ b/test/built-ins/Set/prototype/clear/clears-an-empty-set.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.2 +esid: sec-set.prototype.clear description: > Set.prototype.clear ( ) diff --git a/test/built-ins/Set/prototype/clear/does-not-have-setdata-internal-slot-array.js b/test/built-ins/Set/prototype/clear/does-not-have-setdata-internal-slot-array.js index db2ff73324..5a93d7e03a 100644 --- a/test/built-ins/Set/prototype/clear/does-not-have-setdata-internal-slot-array.js +++ b/test/built-ins/Set/prototype/clear/does-not-have-setdata-internal-slot-array.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.2 +esid: sec-set.prototype.clear description: > Set.prototype.clear ( ) diff --git a/test/built-ins/Set/prototype/clear/does-not-have-setdata-internal-slot-map.js b/test/built-ins/Set/prototype/clear/does-not-have-setdata-internal-slot-map.js index bae7bcc5e8..86814f030a 100644 --- a/test/built-ins/Set/prototype/clear/does-not-have-setdata-internal-slot-map.js +++ b/test/built-ins/Set/prototype/clear/does-not-have-setdata-internal-slot-map.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.2 +esid: sec-set.prototype.clear description: > Set.prototype.clear ( ) diff --git a/test/built-ins/Set/prototype/clear/does-not-have-setdata-internal-slot-object.js b/test/built-ins/Set/prototype/clear/does-not-have-setdata-internal-slot-object.js index 884481e4b4..362a54b762 100644 --- a/test/built-ins/Set/prototype/clear/does-not-have-setdata-internal-slot-object.js +++ b/test/built-ins/Set/prototype/clear/does-not-have-setdata-internal-slot-object.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.2 +esid: sec-set.prototype.clear description: > Set.prototype.clear ( ) diff --git a/test/built-ins/Set/prototype/clear/does-not-have-setdata-internal-slot-set.prototype.js b/test/built-ins/Set/prototype/clear/does-not-have-setdata-internal-slot-set.prototype.js index dbc307405d..bbe5d5887d 100644 --- a/test/built-ins/Set/prototype/clear/does-not-have-setdata-internal-slot-set.prototype.js +++ b/test/built-ins/Set/prototype/clear/does-not-have-setdata-internal-slot-set.prototype.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.2 +esid: sec-set.prototype.clear description: > Set.prototype.clear ( ) diff --git a/test/built-ins/Set/prototype/clear/does-not-have-setdata-internal-slot-weakset.js b/test/built-ins/Set/prototype/clear/does-not-have-setdata-internal-slot-weakset.js index 00d659aa96..29d4e61ba5 100644 --- a/test/built-ins/Set/prototype/clear/does-not-have-setdata-internal-slot-weakset.js +++ b/test/built-ins/Set/prototype/clear/does-not-have-setdata-internal-slot-weakset.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.2 +esid: sec-set.prototype.clear description: > Set.prototype.clear ( ) diff --git a/test/built-ins/Set/prototype/clear/length.js b/test/built-ins/Set/prototype/clear/length.js index 2a4758a7f3..49f7e70650 100644 --- a/test/built-ins/Set/prototype/clear/length.js +++ b/test/built-ins/Set/prototype/clear/length.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.2 +esid: sec-set.prototype.clear description: > Set.prototype.clear ( ) diff --git a/test/built-ins/Set/prototype/clear/name.js b/test/built-ins/Set/prototype/clear/name.js index 613ce47290..f22f8a5d84 100644 --- a/test/built-ins/Set/prototype/clear/name.js +++ b/test/built-ins/Set/prototype/clear/name.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.2 +esid: sec-set.prototype.clear description: > Set.prototype.clear ( ) diff --git a/test/built-ins/Set/prototype/clear/returns-undefined.js b/test/built-ins/Set/prototype/clear/returns-undefined.js index 1912b2bd60..2859f41084 100644 --- a/test/built-ins/Set/prototype/clear/returns-undefined.js +++ b/test/built-ins/Set/prototype/clear/returns-undefined.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.2 +esid: sec-set.prototype.clear description: > Set.prototype.clear ( ) diff --git a/test/built-ins/Set/prototype/clear/this-not-object-throw-boolean.js b/test/built-ins/Set/prototype/clear/this-not-object-throw-boolean.js index f75865b59b..d6036f6d9b 100644 --- a/test/built-ins/Set/prototype/clear/this-not-object-throw-boolean.js +++ b/test/built-ins/Set/prototype/clear/this-not-object-throw-boolean.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.2 +esid: sec-set.prototype.clear description: > Set.prototype.clear ( ) diff --git a/test/built-ins/Set/prototype/clear/this-not-object-throw-null.js b/test/built-ins/Set/prototype/clear/this-not-object-throw-null.js index f5cb652321..11e0fe01cd 100644 --- a/test/built-ins/Set/prototype/clear/this-not-object-throw-null.js +++ b/test/built-ins/Set/prototype/clear/this-not-object-throw-null.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.2 +esid: sec-set.prototype.clear description: > Set.prototype.clear ( ) diff --git a/test/built-ins/Set/prototype/clear/this-not-object-throw-number.js b/test/built-ins/Set/prototype/clear/this-not-object-throw-number.js index 8976ab6596..506792e398 100644 --- a/test/built-ins/Set/prototype/clear/this-not-object-throw-number.js +++ b/test/built-ins/Set/prototype/clear/this-not-object-throw-number.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.2 +esid: sec-set.prototype.clear description: > Set.prototype.clear ( ) diff --git a/test/built-ins/Set/prototype/clear/this-not-object-throw-string.js b/test/built-ins/Set/prototype/clear/this-not-object-throw-string.js index f70502dbea..4e4f462e5a 100644 --- a/test/built-ins/Set/prototype/clear/this-not-object-throw-string.js +++ b/test/built-ins/Set/prototype/clear/this-not-object-throw-string.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.2 +esid: sec-set.prototype.clear description: > Set.prototype.clear ( ) diff --git a/test/built-ins/Set/prototype/clear/this-not-object-throw-symbol.js b/test/built-ins/Set/prototype/clear/this-not-object-throw-symbol.js index 2525d91091..5292e60996 100644 --- a/test/built-ins/Set/prototype/clear/this-not-object-throw-symbol.js +++ b/test/built-ins/Set/prototype/clear/this-not-object-throw-symbol.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.2 +esid: sec-set.prototype.clear description: > Set.prototype.clear ( ) diff --git a/test/built-ins/Set/prototype/clear/this-not-object-throw-undefined.js b/test/built-ins/Set/prototype/clear/this-not-object-throw-undefined.js index b18ad0c4b0..074048a93b 100644 --- a/test/built-ins/Set/prototype/clear/this-not-object-throw-undefined.js +++ b/test/built-ins/Set/prototype/clear/this-not-object-throw-undefined.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.2 +esid: sec-set.prototype.clear description: > Set.prototype.clear ( ) diff --git a/test/built-ins/Set/prototype/constructor/set-prototype-constructor-intrinsic.js b/test/built-ins/Set/prototype/constructor/set-prototype-constructor-intrinsic.js index b60455a021..ec2eb9ad95 100644 --- a/test/built-ins/Set/prototype/constructor/set-prototype-constructor-intrinsic.js +++ b/test/built-ins/Set/prototype/constructor/set-prototype-constructor-intrinsic.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.3 +esid: sec-ecmascript-standard-built-in-objects description: > Set.prototype.constructor diff --git a/test/built-ins/Set/prototype/constructor/set-prototype-constructor.js b/test/built-ins/Set/prototype/constructor/set-prototype-constructor.js index 450bcba844..db4af01e45 100644 --- a/test/built-ins/Set/prototype/constructor/set-prototype-constructor.js +++ b/test/built-ins/Set/prototype/constructor/set-prototype-constructor.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.1.1 +esid: sec-ecmascript-standard-built-in-objects description: > Set ( [ iterable ] ) diff --git a/test/built-ins/Set/prototype/delete/delete-entry-initial-iterable.js b/test/built-ins/Set/prototype/delete/delete-entry-initial-iterable.js index eac255331f..c3a15eeb4d 100644 --- a/test/built-ins/Set/prototype/delete/delete-entry-initial-iterable.js +++ b/test/built-ins/Set/prototype/delete/delete-entry-initial-iterable.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.4 +esid: sec-set.prototype.delete description: > Set.prototype.delete ( value ) diff --git a/test/built-ins/Set/prototype/delete/delete-entry-normalizes-zero.js b/test/built-ins/Set/prototype/delete/delete-entry-normalizes-zero.js index 1726e96cd2..41a7bed0b1 100644 --- a/test/built-ins/Set/prototype/delete/delete-entry-normalizes-zero.js +++ b/test/built-ins/Set/prototype/delete/delete-entry-normalizes-zero.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.4 +esid: sec-set.prototype.delete description: > Set.prototype.delete ( value ) diff --git a/test/built-ins/Set/prototype/delete/delete-entry.js b/test/built-ins/Set/prototype/delete/delete-entry.js index 18ae2013f8..ac9c41f584 100644 --- a/test/built-ins/Set/prototype/delete/delete-entry.js +++ b/test/built-ins/Set/prototype/delete/delete-entry.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.4 +esid: sec-set.prototype.delete description: > Set.prototype.delete ( value ) diff --git a/test/built-ins/Set/prototype/delete/delete.js b/test/built-ins/Set/prototype/delete/delete.js index 772a742d05..e4abb5cacd 100644 --- a/test/built-ins/Set/prototype/delete/delete.js +++ b/test/built-ins/Set/prototype/delete/delete.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.4 +esid: sec-set.prototype.delete description: > Set.prototype.delete ( value ) diff --git a/test/built-ins/Set/prototype/delete/does-not-have-setdata-internal-slot-array.js b/test/built-ins/Set/prototype/delete/does-not-have-setdata-internal-slot-array.js index efeefeea96..d5e4e0db21 100644 --- a/test/built-ins/Set/prototype/delete/does-not-have-setdata-internal-slot-array.js +++ b/test/built-ins/Set/prototype/delete/does-not-have-setdata-internal-slot-array.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.4 +esid: sec-set.prototype.delete description: > Set.prototype.delete ( value ) diff --git a/test/built-ins/Set/prototype/delete/does-not-have-setdata-internal-slot-map.js b/test/built-ins/Set/prototype/delete/does-not-have-setdata-internal-slot-map.js index f5e4f3c7fe..94befd948f 100644 --- a/test/built-ins/Set/prototype/delete/does-not-have-setdata-internal-slot-map.js +++ b/test/built-ins/Set/prototype/delete/does-not-have-setdata-internal-slot-map.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.4 +esid: sec-set.prototype.delete description: > Set.prototype.delete ( value ) diff --git a/test/built-ins/Set/prototype/delete/does-not-have-setdata-internal-slot-object.js b/test/built-ins/Set/prototype/delete/does-not-have-setdata-internal-slot-object.js index d155f8fd34..d9d6f89405 100644 --- a/test/built-ins/Set/prototype/delete/does-not-have-setdata-internal-slot-object.js +++ b/test/built-ins/Set/prototype/delete/does-not-have-setdata-internal-slot-object.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.4 +esid: sec-set.prototype.delete description: > Set.prototype.delete ( value ) diff --git a/test/built-ins/Set/prototype/delete/does-not-have-setdata-internal-slot-set-prototype.js b/test/built-ins/Set/prototype/delete/does-not-have-setdata-internal-slot-set-prototype.js index dde388fe0b..d9a53552e8 100644 --- a/test/built-ins/Set/prototype/delete/does-not-have-setdata-internal-slot-set-prototype.js +++ b/test/built-ins/Set/prototype/delete/does-not-have-setdata-internal-slot-set-prototype.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.4 +esid: sec-set.prototype.delete description: > Set.prototype.delete ( value ) diff --git a/test/built-ins/Set/prototype/delete/does-not-have-setdata-internal-slot-weakset.js b/test/built-ins/Set/prototype/delete/does-not-have-setdata-internal-slot-weakset.js index 5e436f9f91..e85522519d 100644 --- a/test/built-ins/Set/prototype/delete/does-not-have-setdata-internal-slot-weakset.js +++ b/test/built-ins/Set/prototype/delete/does-not-have-setdata-internal-slot-weakset.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.4 +esid: sec-set.prototype.delete description: > Set.prototype.delete ( value ) diff --git a/test/built-ins/Set/prototype/delete/length.js b/test/built-ins/Set/prototype/delete/length.js index ac4b5be75d..a9b0008902 100644 --- a/test/built-ins/Set/prototype/delete/length.js +++ b/test/built-ins/Set/prototype/delete/length.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.4 +esid: sec-set.prototype.delete description: > Set.prototype.delete ( value ) diff --git a/test/built-ins/Set/prototype/delete/name.js b/test/built-ins/Set/prototype/delete/name.js index cd21d59b24..4d9fc1dc58 100644 --- a/test/built-ins/Set/prototype/delete/name.js +++ b/test/built-ins/Set/prototype/delete/name.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.4 +esid: sec-set.prototype.delete description: > Set.prototype.delete ( value ) diff --git a/test/built-ins/Set/prototype/delete/returns-false-when-delete-is-noop.js b/test/built-ins/Set/prototype/delete/returns-false-when-delete-is-noop.js index cce4026c3f..031f864f7e 100644 --- a/test/built-ins/Set/prototype/delete/returns-false-when-delete-is-noop.js +++ b/test/built-ins/Set/prototype/delete/returns-false-when-delete-is-noop.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.4 +esid: sec-set.prototype.delete description: > Set.prototype.delete ( value ) diff --git a/test/built-ins/Set/prototype/delete/returns-true-when-delete-operation-occurs.js b/test/built-ins/Set/prototype/delete/returns-true-when-delete-operation-occurs.js index 9eaaa9cf33..6b15167bad 100644 --- a/test/built-ins/Set/prototype/delete/returns-true-when-delete-operation-occurs.js +++ b/test/built-ins/Set/prototype/delete/returns-true-when-delete-operation-occurs.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.4 +esid: sec-set.prototype.delete description: > Set.prototype.delete ( value ) diff --git a/test/built-ins/Set/prototype/delete/this-not-object-throw-boolean.js b/test/built-ins/Set/prototype/delete/this-not-object-throw-boolean.js index 990c786151..58bedfa16f 100644 --- a/test/built-ins/Set/prototype/delete/this-not-object-throw-boolean.js +++ b/test/built-ins/Set/prototype/delete/this-not-object-throw-boolean.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.4 +esid: sec-set.prototype.delete description: > Set.prototype.delete ( value ) diff --git a/test/built-ins/Set/prototype/delete/this-not-object-throw-null.js b/test/built-ins/Set/prototype/delete/this-not-object-throw-null.js index 26c31d7529..493a6f939f 100644 --- a/test/built-ins/Set/prototype/delete/this-not-object-throw-null.js +++ b/test/built-ins/Set/prototype/delete/this-not-object-throw-null.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.4 +esid: sec-set.prototype.delete description: > Set.prototype.delete ( value ) diff --git a/test/built-ins/Set/prototype/delete/this-not-object-throw-number.js b/test/built-ins/Set/prototype/delete/this-not-object-throw-number.js index c949089d7b..038a67bbc7 100644 --- a/test/built-ins/Set/prototype/delete/this-not-object-throw-number.js +++ b/test/built-ins/Set/prototype/delete/this-not-object-throw-number.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.4 +esid: sec-set.prototype.delete description: > Set.prototype.delete ( value ) diff --git a/test/built-ins/Set/prototype/delete/this-not-object-throw-string.js b/test/built-ins/Set/prototype/delete/this-not-object-throw-string.js index 2561043176..99950ac421 100644 --- a/test/built-ins/Set/prototype/delete/this-not-object-throw-string.js +++ b/test/built-ins/Set/prototype/delete/this-not-object-throw-string.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.4 +esid: sec-set.prototype.delete description: > Set.prototype.delete ( value ) diff --git a/test/built-ins/Set/prototype/delete/this-not-object-throw-symbol.js b/test/built-ins/Set/prototype/delete/this-not-object-throw-symbol.js index 1435297974..794fb4b409 100644 --- a/test/built-ins/Set/prototype/delete/this-not-object-throw-symbol.js +++ b/test/built-ins/Set/prototype/delete/this-not-object-throw-symbol.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.4 +esid: sec-set.prototype.delete description: > Set.prototype.delete ( value ) diff --git a/test/built-ins/Set/prototype/delete/this-not-object-throw-undefined.js b/test/built-ins/Set/prototype/delete/this-not-object-throw-undefined.js index 3866fbc751..093e7b0046 100644 --- a/test/built-ins/Set/prototype/delete/this-not-object-throw-undefined.js +++ b/test/built-ins/Set/prototype/delete/this-not-object-throw-undefined.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.4 +esid: sec-set.prototype.delete description: > Set.prototype.delete ( value ) diff --git a/test/built-ins/Set/prototype/entries/does-not-have-setdata-internal-slot-array.js b/test/built-ins/Set/prototype/entries/does-not-have-setdata-internal-slot-array.js index 3f36553883..bf18e93c36 100644 --- a/test/built-ins/Set/prototype/entries/does-not-have-setdata-internal-slot-array.js +++ b/test/built-ins/Set/prototype/entries/does-not-have-setdata-internal-slot-array.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.5 +esid: sec-set.prototype.entries description: > Set.prototype.entries ( ) diff --git a/test/built-ins/Set/prototype/entries/does-not-have-setdata-internal-slot-map.js b/test/built-ins/Set/prototype/entries/does-not-have-setdata-internal-slot-map.js index 00e785325c..b0ce6b28ba 100644 --- a/test/built-ins/Set/prototype/entries/does-not-have-setdata-internal-slot-map.js +++ b/test/built-ins/Set/prototype/entries/does-not-have-setdata-internal-slot-map.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.5 +esid: sec-set.prototype.entries description: > Set.prototype.entries ( ) diff --git a/test/built-ins/Set/prototype/entries/does-not-have-setdata-internal-slot-object.js b/test/built-ins/Set/prototype/entries/does-not-have-setdata-internal-slot-object.js index ff21df1c7e..4c58c8bc7c 100644 --- a/test/built-ins/Set/prototype/entries/does-not-have-setdata-internal-slot-object.js +++ b/test/built-ins/Set/prototype/entries/does-not-have-setdata-internal-slot-object.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.5 +esid: sec-set.prototype.entries description: > Set.prototype.entries ( ) diff --git a/test/built-ins/Set/prototype/entries/does-not-have-setdata-internal-slot-set-prototype.js b/test/built-ins/Set/prototype/entries/does-not-have-setdata-internal-slot-set-prototype.js index 28a48a9791..9da04849d4 100644 --- a/test/built-ins/Set/prototype/entries/does-not-have-setdata-internal-slot-set-prototype.js +++ b/test/built-ins/Set/prototype/entries/does-not-have-setdata-internal-slot-set-prototype.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.5 +esid: sec-set.prototype.entries description: > Set.prototype.entries ( ) diff --git a/test/built-ins/Set/prototype/entries/does-not-have-setdata-internal-slot-weakset.js b/test/built-ins/Set/prototype/entries/does-not-have-setdata-internal-slot-weakset.js index 2c8c888f8f..612cd3b7b6 100644 --- a/test/built-ins/Set/prototype/entries/does-not-have-setdata-internal-slot-weakset.js +++ b/test/built-ins/Set/prototype/entries/does-not-have-setdata-internal-slot-weakset.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.5 +esid: sec-set.prototype.entries description: > Set.prototype.entries ( ) diff --git a/test/built-ins/Set/prototype/entries/entries.js b/test/built-ins/Set/prototype/entries/entries.js index 8bed7599a5..461542e536 100644 --- a/test/built-ins/Set/prototype/entries/entries.js +++ b/test/built-ins/Set/prototype/entries/entries.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.5 +esid: sec-set.prototype.entries description: > Set.prototype.entries ( ) diff --git a/test/built-ins/Set/prototype/entries/length.js b/test/built-ins/Set/prototype/entries/length.js index 9c7101323c..2dc1c47ea6 100644 --- a/test/built-ins/Set/prototype/entries/length.js +++ b/test/built-ins/Set/prototype/entries/length.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.5 +esid: sec-set.prototype.entries description: > Set.prototype.entries ( ) diff --git a/test/built-ins/Set/prototype/entries/name.js b/test/built-ins/Set/prototype/entries/name.js index afc2dcfbad..b03ff21ed1 100644 --- a/test/built-ins/Set/prototype/entries/name.js +++ b/test/built-ins/Set/prototype/entries/name.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.5 +esid: sec-set.prototype.entries description: > Set.prototype.entries ( ) diff --git a/test/built-ins/Set/prototype/entries/returns-iterator-empty.js b/test/built-ins/Set/prototype/entries/returns-iterator-empty.js index 1cc49e645c..29789bbe88 100644 --- a/test/built-ins/Set/prototype/entries/returns-iterator-empty.js +++ b/test/built-ins/Set/prototype/entries/returns-iterator-empty.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.5 +esid: sec-set.prototype.entries description: > Set.prototype.entries ( ) diff --git a/test/built-ins/Set/prototype/entries/returns-iterator.js b/test/built-ins/Set/prototype/entries/returns-iterator.js index df31df7b8d..a62e8c2998 100644 --- a/test/built-ins/Set/prototype/entries/returns-iterator.js +++ b/test/built-ins/Set/prototype/entries/returns-iterator.js @@ -1,7 +1,7 @@ // Copyright (C) 2014 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.5 +esid: sec-set.prototype.entries description: > Set.prototype.entries ( ) diff --git a/test/built-ins/Set/prototype/entries/this-not-object-throw-boolean.js b/test/built-ins/Set/prototype/entries/this-not-object-throw-boolean.js index f413c7d313..3dc97273fe 100644 --- a/test/built-ins/Set/prototype/entries/this-not-object-throw-boolean.js +++ b/test/built-ins/Set/prototype/entries/this-not-object-throw-boolean.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.5 +esid: sec-set.prototype.entries description: > Set.prototype.entries ( ) diff --git a/test/built-ins/Set/prototype/entries/this-not-object-throw-null.js b/test/built-ins/Set/prototype/entries/this-not-object-throw-null.js index 40d1c87be1..91e50670da 100644 --- a/test/built-ins/Set/prototype/entries/this-not-object-throw-null.js +++ b/test/built-ins/Set/prototype/entries/this-not-object-throw-null.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.5 +esid: sec-set.prototype.entries description: > Set.prototype.entries ( ) diff --git a/test/built-ins/Set/prototype/entries/this-not-object-throw-number.js b/test/built-ins/Set/prototype/entries/this-not-object-throw-number.js index edc1ad19fc..671ccc4cc5 100644 --- a/test/built-ins/Set/prototype/entries/this-not-object-throw-number.js +++ b/test/built-ins/Set/prototype/entries/this-not-object-throw-number.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.5 +esid: sec-set.prototype.entries description: > Set.prototype.entries ( ) diff --git a/test/built-ins/Set/prototype/entries/this-not-object-throw-string.js b/test/built-ins/Set/prototype/entries/this-not-object-throw-string.js index 71187dd760..d3ef0fabcd 100644 --- a/test/built-ins/Set/prototype/entries/this-not-object-throw-string.js +++ b/test/built-ins/Set/prototype/entries/this-not-object-throw-string.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.5 +esid: sec-set.prototype.entries description: > Set.prototype.entries ( ) diff --git a/test/built-ins/Set/prototype/entries/this-not-object-throw-symbol.js b/test/built-ins/Set/prototype/entries/this-not-object-throw-symbol.js index e006726c77..123dafab5b 100644 --- a/test/built-ins/Set/prototype/entries/this-not-object-throw-symbol.js +++ b/test/built-ins/Set/prototype/entries/this-not-object-throw-symbol.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.5 +esid: sec-set.prototype.entries description: > Set.prototype.entries ( ) diff --git a/test/built-ins/Set/prototype/entries/this-not-object-throw-undefined.js b/test/built-ins/Set/prototype/entries/this-not-object-throw-undefined.js index 987fb7f8eb..2d1cc94963 100644 --- a/test/built-ins/Set/prototype/entries/this-not-object-throw-undefined.js +++ b/test/built-ins/Set/prototype/entries/this-not-object-throw-undefined.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.5 +esid: sec-set.prototype.entries description: > Set.prototype.entries ( ) diff --git a/test/built-ins/Set/prototype/forEach/callback-not-callable-boolean.js b/test/built-ins/Set/prototype/forEach/callback-not-callable-boolean.js index 6515e76861..4945cd6c25 100644 --- a/test/built-ins/Set/prototype/forEach/callback-not-callable-boolean.js +++ b/test/built-ins/Set/prototype/forEach/callback-not-callable-boolean.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/callback-not-callable-null.js b/test/built-ins/Set/prototype/forEach/callback-not-callable-null.js index 7d91ebe716..09fcb853df 100644 --- a/test/built-ins/Set/prototype/forEach/callback-not-callable-null.js +++ b/test/built-ins/Set/prototype/forEach/callback-not-callable-null.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/callback-not-callable-number.js b/test/built-ins/Set/prototype/forEach/callback-not-callable-number.js index 3062834d83..7a659f5479 100644 --- a/test/built-ins/Set/prototype/forEach/callback-not-callable-number.js +++ b/test/built-ins/Set/prototype/forEach/callback-not-callable-number.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/callback-not-callable-string.js b/test/built-ins/Set/prototype/forEach/callback-not-callable-string.js index 6f9bd6b905..213116f80d 100644 --- a/test/built-ins/Set/prototype/forEach/callback-not-callable-string.js +++ b/test/built-ins/Set/prototype/forEach/callback-not-callable-string.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/callback-not-callable-symbol.js b/test/built-ins/Set/prototype/forEach/callback-not-callable-symbol.js index d715ea6e29..7b5085a965 100644 --- a/test/built-ins/Set/prototype/forEach/callback-not-callable-symbol.js +++ b/test/built-ins/Set/prototype/forEach/callback-not-callable-symbol.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/callback-not-callable-undefined.js b/test/built-ins/Set/prototype/forEach/callback-not-callable-undefined.js index 695f05fc7d..16e4d2ce61 100644 --- a/test/built-ins/Set/prototype/forEach/callback-not-callable-undefined.js +++ b/test/built-ins/Set/prototype/forEach/callback-not-callable-undefined.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-array.js b/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-array.js index dc5c8e85b2..e559a61aa8 100644 --- a/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-array.js +++ b/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-array.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-map.js b/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-map.js index 50f77f9eac..f636085ef8 100644 --- a/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-map.js +++ b/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-map.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-object.js b/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-object.js index 6f75161ba3..c32c84012b 100644 --- a/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-object.js +++ b/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-object.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-set-prototype.js b/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-set-prototype.js index 72f6fe59ad..da11304efb 100644 --- a/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-set-prototype.js +++ b/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-set-prototype.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-weakset.js b/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-weakset.js index 8dca9716fc..43132114fe 100644 --- a/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-weakset.js +++ b/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-weakset.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/forEach.js b/test/built-ins/Set/prototype/forEach/forEach.js index 49ba06e754..61f2801bec 100644 --- a/test/built-ins/Set/prototype/forEach/forEach.js +++ b/test/built-ins/Set/prototype/forEach/forEach.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/iterates-in-insertion-order.js b/test/built-ins/Set/prototype/forEach/iterates-in-insertion-order.js index 1912878e88..dfbeecb8a2 100644 --- a/test/built-ins/Set/prototype/forEach/iterates-in-insertion-order.js +++ b/test/built-ins/Set/prototype/forEach/iterates-in-insertion-order.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/iterates-in-iterable-entry-order.js b/test/built-ins/Set/prototype/forEach/iterates-in-iterable-entry-order.js index d550e49c4c..c9d14f4e9f 100644 --- a/test/built-ins/Set/prototype/forEach/iterates-in-iterable-entry-order.js +++ b/test/built-ins/Set/prototype/forEach/iterates-in-iterable-entry-order.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/iterates-values-added-after-foreach-begins.js b/test/built-ins/Set/prototype/forEach/iterates-values-added-after-foreach-begins.js index 4aa6c032c0..28a4a17e3d 100644 --- a/test/built-ins/Set/prototype/forEach/iterates-values-added-after-foreach-begins.js +++ b/test/built-ins/Set/prototype/forEach/iterates-values-added-after-foreach-begins.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/iterates-values-deleted-then-readded.js b/test/built-ins/Set/prototype/forEach/iterates-values-deleted-then-readded.js index a4fa59ae13..65d4679344 100644 --- a/test/built-ins/Set/prototype/forEach/iterates-values-deleted-then-readded.js +++ b/test/built-ins/Set/prototype/forEach/iterates-values-deleted-then-readded.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/iterates-values-not-deleted.js b/test/built-ins/Set/prototype/forEach/iterates-values-not-deleted.js index da64765dfc..a452cd9bc7 100644 --- a/test/built-ins/Set/prototype/forEach/iterates-values-not-deleted.js +++ b/test/built-ins/Set/prototype/forEach/iterates-values-not-deleted.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/iterates-values-revisits-after-delete-re-add.js b/test/built-ins/Set/prototype/forEach/iterates-values-revisits-after-delete-re-add.js index 8657ea2d8e..70a02396f8 100644 --- a/test/built-ins/Set/prototype/forEach/iterates-values-revisits-after-delete-re-add.js +++ b/test/built-ins/Set/prototype/forEach/iterates-values-revisits-after-delete-re-add.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/length.js b/test/built-ins/Set/prototype/forEach/length.js index 84732ebce7..4f525e3564 100644 --- a/test/built-ins/Set/prototype/forEach/length.js +++ b/test/built-ins/Set/prototype/forEach/length.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/name.js b/test/built-ins/Set/prototype/forEach/name.js index 9577b21899..dd547d8cda 100644 --- a/test/built-ins/Set/prototype/forEach/name.js +++ b/test/built-ins/Set/prototype/forEach/name.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/returns-undefined.js b/test/built-ins/Set/prototype/forEach/returns-undefined.js index 7b04f84610..aaa87458a6 100644 --- a/test/built-ins/Set/prototype/forEach/returns-undefined.js +++ b/test/built-ins/Set/prototype/forEach/returns-undefined.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/this-arg-explicit-cannot-override-lexical-this-arrow.js b/test/built-ins/Set/prototype/forEach/this-arg-explicit-cannot-override-lexical-this-arrow.js index 80d8c7c447..c44fd5dbb4 100644 --- a/test/built-ins/Set/prototype/forEach/this-arg-explicit-cannot-override-lexical-this-arrow.js +++ b/test/built-ins/Set/prototype/forEach/this-arg-explicit-cannot-override-lexical-this-arrow.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/this-arg-explicit.js b/test/built-ins/Set/prototype/forEach/this-arg-explicit.js index c525ce5883..9f3345a176 100644 --- a/test/built-ins/Set/prototype/forEach/this-arg-explicit.js +++ b/test/built-ins/Set/prototype/forEach/this-arg-explicit.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/this-non-strict.js b/test/built-ins/Set/prototype/forEach/this-non-strict.js index 1c21659e1b..b6c926d6bf 100644 --- a/test/built-ins/Set/prototype/forEach/this-non-strict.js +++ b/test/built-ins/Set/prototype/forEach/this-non-strict.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/this-not-object-throw-boolean.js b/test/built-ins/Set/prototype/forEach/this-not-object-throw-boolean.js index 1c411a7a4a..b74c738c7e 100644 --- a/test/built-ins/Set/prototype/forEach/this-not-object-throw-boolean.js +++ b/test/built-ins/Set/prototype/forEach/this-not-object-throw-boolean.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/this-not-object-throw-null.js b/test/built-ins/Set/prototype/forEach/this-not-object-throw-null.js index e31175ef27..755eccb00d 100644 --- a/test/built-ins/Set/prototype/forEach/this-not-object-throw-null.js +++ b/test/built-ins/Set/prototype/forEach/this-not-object-throw-null.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/this-not-object-throw-number.js b/test/built-ins/Set/prototype/forEach/this-not-object-throw-number.js index 095daeb595..45e1fde83f 100644 --- a/test/built-ins/Set/prototype/forEach/this-not-object-throw-number.js +++ b/test/built-ins/Set/prototype/forEach/this-not-object-throw-number.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/this-not-object-throw-string.js b/test/built-ins/Set/prototype/forEach/this-not-object-throw-string.js index 483e6e03c9..5c939710f3 100644 --- a/test/built-ins/Set/prototype/forEach/this-not-object-throw-string.js +++ b/test/built-ins/Set/prototype/forEach/this-not-object-throw-string.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/this-not-object-throw-symbol.js b/test/built-ins/Set/prototype/forEach/this-not-object-throw-symbol.js index 01441e8cff..fcc80460f1 100644 --- a/test/built-ins/Set/prototype/forEach/this-not-object-throw-symbol.js +++ b/test/built-ins/Set/prototype/forEach/this-not-object-throw-symbol.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/this-not-object-throw-undefined.js b/test/built-ins/Set/prototype/forEach/this-not-object-throw-undefined.js index 9348b59cf9..e8322f4fdb 100644 --- a/test/built-ins/Set/prototype/forEach/this-not-object-throw-undefined.js +++ b/test/built-ins/Set/prototype/forEach/this-not-object-throw-undefined.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/this-strict.js b/test/built-ins/Set/prototype/forEach/this-strict.js index 652b9b824a..ac05eba948 100644 --- a/test/built-ins/Set/prototype/forEach/this-strict.js +++ b/test/built-ins/Set/prototype/forEach/this-strict.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/forEach/throws-when-callback-throws.js b/test/built-ins/Set/prototype/forEach/throws-when-callback-throws.js index c0fa686ad5..dbfce7dcd1 100644 --- a/test/built-ins/Set/prototype/forEach/throws-when-callback-throws.js +++ b/test/built-ins/Set/prototype/forEach/throws-when-callback-throws.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.6 +esid: sec-set.prototype.forEach description: > Set.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/Set/prototype/has/does-not-have-setdata-internal-slot-array.js b/test/built-ins/Set/prototype/has/does-not-have-setdata-internal-slot-array.js index 61dec187a1..9d3416aeb5 100644 --- a/test/built-ins/Set/prototype/has/does-not-have-setdata-internal-slot-array.js +++ b/test/built-ins/Set/prototype/has/does-not-have-setdata-internal-slot-array.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.7 +esid: sec-set.prototype.has description: > Set.prototype.has ( value ) diff --git a/test/built-ins/Set/prototype/has/does-not-have-setdata-internal-slot-map.js b/test/built-ins/Set/prototype/has/does-not-have-setdata-internal-slot-map.js index db7fb92270..90ee85c524 100644 --- a/test/built-ins/Set/prototype/has/does-not-have-setdata-internal-slot-map.js +++ b/test/built-ins/Set/prototype/has/does-not-have-setdata-internal-slot-map.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.7 +esid: sec-set.prototype.has description: > Set.prototype.has ( value ) diff --git a/test/built-ins/Set/prototype/has/does-not-have-setdata-internal-slot-object.js b/test/built-ins/Set/prototype/has/does-not-have-setdata-internal-slot-object.js index 9901a07761..7f28703b05 100644 --- a/test/built-ins/Set/prototype/has/does-not-have-setdata-internal-slot-object.js +++ b/test/built-ins/Set/prototype/has/does-not-have-setdata-internal-slot-object.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.7 +esid: sec-set.prototype.has description: > Set.prototype.has ( value ) diff --git a/test/built-ins/Set/prototype/has/does-not-have-setdata-internal-slot-set-prototype.js b/test/built-ins/Set/prototype/has/does-not-have-setdata-internal-slot-set-prototype.js index f8a18b9d80..a14a6592f1 100644 --- a/test/built-ins/Set/prototype/has/does-not-have-setdata-internal-slot-set-prototype.js +++ b/test/built-ins/Set/prototype/has/does-not-have-setdata-internal-slot-set-prototype.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.7 +esid: sec-set.prototype.has description: > Set.prototype.has ( value ) diff --git a/test/built-ins/Set/prototype/has/does-not-have-setdata-internal-slot-weakset.js b/test/built-ins/Set/prototype/has/does-not-have-setdata-internal-slot-weakset.js index 8a27404e0a..b0ae5eaad3 100644 --- a/test/built-ins/Set/prototype/has/does-not-have-setdata-internal-slot-weakset.js +++ b/test/built-ins/Set/prototype/has/does-not-have-setdata-internal-slot-weakset.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.7 +esid: sec-set.prototype.has description: > Set.prototype.has ( value ) diff --git a/test/built-ins/Set/prototype/has/has.js b/test/built-ins/Set/prototype/has/has.js index 7a2604657a..8859dba366 100644 --- a/test/built-ins/Set/prototype/has/has.js +++ b/test/built-ins/Set/prototype/has/has.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.7 +esid: sec-set.prototype.has description: > Set.prototype.has ( value ) diff --git a/test/built-ins/Set/prototype/has/length.js b/test/built-ins/Set/prototype/has/length.js index ffd887c2c3..48f7495155 100644 --- a/test/built-ins/Set/prototype/has/length.js +++ b/test/built-ins/Set/prototype/has/length.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.7 +esid: sec-set.prototype.has description: > Set.prototype.has ( value ) diff --git a/test/built-ins/Set/prototype/has/name.js b/test/built-ins/Set/prototype/has/name.js index a243d6ea00..c6a5412edc 100644 --- a/test/built-ins/Set/prototype/has/name.js +++ b/test/built-ins/Set/prototype/has/name.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.7 +esid: sec-set.prototype.has description: > Set.prototype.has ( value ) diff --git a/test/built-ins/Set/prototype/has/returns-false-when-undefined-added-deleted-not-present-undefined.js b/test/built-ins/Set/prototype/has/returns-false-when-undefined-added-deleted-not-present-undefined.js index b785272e12..d8d3f068ea 100644 --- a/test/built-ins/Set/prototype/has/returns-false-when-undefined-added-deleted-not-present-undefined.js +++ b/test/built-ins/Set/prototype/has/returns-false-when-undefined-added-deleted-not-present-undefined.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.7 +esid: sec-set.prototype.has description: > Set.prototype.has ( value ) diff --git a/test/built-ins/Set/prototype/has/returns-false-when-value-not-present-boolean.js b/test/built-ins/Set/prototype/has/returns-false-when-value-not-present-boolean.js index 1cb7f85c67..9991b85b3c 100644 --- a/test/built-ins/Set/prototype/has/returns-false-when-value-not-present-boolean.js +++ b/test/built-ins/Set/prototype/has/returns-false-when-value-not-present-boolean.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.7 +esid: sec-set.prototype.has description: > Set.prototype.has ( value ) diff --git a/test/built-ins/Set/prototype/has/returns-false-when-value-not-present-nan.js b/test/built-ins/Set/prototype/has/returns-false-when-value-not-present-nan.js index bcf66fe799..719faa2c54 100644 --- a/test/built-ins/Set/prototype/has/returns-false-when-value-not-present-nan.js +++ b/test/built-ins/Set/prototype/has/returns-false-when-value-not-present-nan.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.7 +esid: sec-set.prototype.has description: > Set.prototype.has ( value ) diff --git a/test/built-ins/Set/prototype/has/returns-false-when-value-not-present-null.js b/test/built-ins/Set/prototype/has/returns-false-when-value-not-present-null.js index 9f901dedc8..a4872c48e3 100644 --- a/test/built-ins/Set/prototype/has/returns-false-when-value-not-present-null.js +++ b/test/built-ins/Set/prototype/has/returns-false-when-value-not-present-null.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.7 +esid: sec-set.prototype.has description: > Set.prototype.has ( value ) diff --git a/test/built-ins/Set/prototype/has/returns-false-when-value-not-present-number.js b/test/built-ins/Set/prototype/has/returns-false-when-value-not-present-number.js index 45754161dc..1264e212b9 100644 --- a/test/built-ins/Set/prototype/has/returns-false-when-value-not-present-number.js +++ b/test/built-ins/Set/prototype/has/returns-false-when-value-not-present-number.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.7 +esid: sec-set.prototype.has description: > Set.prototype.has ( value ) diff --git a/test/built-ins/Set/prototype/has/returns-false-when-value-not-present-string.js b/test/built-ins/Set/prototype/has/returns-false-when-value-not-present-string.js index 32f565adab..7aefa985b6 100644 --- a/test/built-ins/Set/prototype/has/returns-false-when-value-not-present-string.js +++ b/test/built-ins/Set/prototype/has/returns-false-when-value-not-present-string.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.7 +esid: sec-set.prototype.has description: > Set.prototype.has ( value ) diff --git a/test/built-ins/Set/prototype/has/returns-false-when-value-not-present-symbol.js b/test/built-ins/Set/prototype/has/returns-false-when-value-not-present-symbol.js index 04b5ac0c11..d34114ab01 100644 --- a/test/built-ins/Set/prototype/has/returns-false-when-value-not-present-symbol.js +++ b/test/built-ins/Set/prototype/has/returns-false-when-value-not-present-symbol.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.7 +esid: sec-set.prototype.has description: > Set.prototype.has ( value ) diff --git a/test/built-ins/Set/prototype/has/returns-false-when-value-not-present-undefined.js b/test/built-ins/Set/prototype/has/returns-false-when-value-not-present-undefined.js index 3474658590..618337ff8c 100644 --- a/test/built-ins/Set/prototype/has/returns-false-when-value-not-present-undefined.js +++ b/test/built-ins/Set/prototype/has/returns-false-when-value-not-present-undefined.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.7 +esid: sec-set.prototype.has description: > Set.prototype.has ( value ) diff --git a/test/built-ins/Set/prototype/has/returns-true-when-value-present-boolean.js b/test/built-ins/Set/prototype/has/returns-true-when-value-present-boolean.js index a8e4be298b..af8f32d154 100644 --- a/test/built-ins/Set/prototype/has/returns-true-when-value-present-boolean.js +++ b/test/built-ins/Set/prototype/has/returns-true-when-value-present-boolean.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.7 +esid: sec-set.prototype.has description: > Set.prototype.has ( value ) diff --git a/test/built-ins/Set/prototype/has/returns-true-when-value-present-nan.js b/test/built-ins/Set/prototype/has/returns-true-when-value-present-nan.js index 2d01e23595..e510b91d78 100644 --- a/test/built-ins/Set/prototype/has/returns-true-when-value-present-nan.js +++ b/test/built-ins/Set/prototype/has/returns-true-when-value-present-nan.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.7 +esid: sec-set.prototype.has description: > Set.prototype.has ( value ) diff --git a/test/built-ins/Set/prototype/has/returns-true-when-value-present-null.js b/test/built-ins/Set/prototype/has/returns-true-when-value-present-null.js index e71814e245..d8e73c512d 100644 --- a/test/built-ins/Set/prototype/has/returns-true-when-value-present-null.js +++ b/test/built-ins/Set/prototype/has/returns-true-when-value-present-null.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.7 +esid: sec-set.prototype.has description: > Set.prototype.has ( value ) diff --git a/test/built-ins/Set/prototype/has/returns-true-when-value-present-number.js b/test/built-ins/Set/prototype/has/returns-true-when-value-present-number.js index 41e772ecd9..6eddf04772 100644 --- a/test/built-ins/Set/prototype/has/returns-true-when-value-present-number.js +++ b/test/built-ins/Set/prototype/has/returns-true-when-value-present-number.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.7 +esid: sec-set.prototype.has description: > Set.prototype.has ( value ) diff --git a/test/built-ins/Set/prototype/has/returns-true-when-value-present-string.js b/test/built-ins/Set/prototype/has/returns-true-when-value-present-string.js index fa219d4ea8..496e33ee1c 100644 --- a/test/built-ins/Set/prototype/has/returns-true-when-value-present-string.js +++ b/test/built-ins/Set/prototype/has/returns-true-when-value-present-string.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.7 +esid: sec-set.prototype.has description: > Set.prototype.has ( value ) diff --git a/test/built-ins/Set/prototype/has/returns-true-when-value-present-symbol.js b/test/built-ins/Set/prototype/has/returns-true-when-value-present-symbol.js index 3a47d9ca36..f36db26126 100644 --- a/test/built-ins/Set/prototype/has/returns-true-when-value-present-symbol.js +++ b/test/built-ins/Set/prototype/has/returns-true-when-value-present-symbol.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.7 +esid: sec-set.prototype.has description: > Set.prototype.has ( value ) diff --git a/test/built-ins/Set/prototype/has/returns-true-when-value-present-undefined.js b/test/built-ins/Set/prototype/has/returns-true-when-value-present-undefined.js index e317a2c9ce..b9cb38830f 100644 --- a/test/built-ins/Set/prototype/has/returns-true-when-value-present-undefined.js +++ b/test/built-ins/Set/prototype/has/returns-true-when-value-present-undefined.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.7 +esid: sec-set.prototype.has description: > Set.prototype.has ( value ) diff --git a/test/built-ins/Set/prototype/has/this-not-object-throw-boolean.js b/test/built-ins/Set/prototype/has/this-not-object-throw-boolean.js index 75daf9474a..4de891f5be 100644 --- a/test/built-ins/Set/prototype/has/this-not-object-throw-boolean.js +++ b/test/built-ins/Set/prototype/has/this-not-object-throw-boolean.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.7 +esid: sec-set.prototype.has description: > Set.prototype.has ( value ) diff --git a/test/built-ins/Set/prototype/has/this-not-object-throw-null.js b/test/built-ins/Set/prototype/has/this-not-object-throw-null.js index ef3029a30c..7b779c7da0 100644 --- a/test/built-ins/Set/prototype/has/this-not-object-throw-null.js +++ b/test/built-ins/Set/prototype/has/this-not-object-throw-null.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.7 +esid: sec-set.prototype.has description: > Set.prototype.has ( value ) diff --git a/test/built-ins/Set/prototype/has/this-not-object-throw-number.js b/test/built-ins/Set/prototype/has/this-not-object-throw-number.js index b66afdfc51..fcc730aa21 100644 --- a/test/built-ins/Set/prototype/has/this-not-object-throw-number.js +++ b/test/built-ins/Set/prototype/has/this-not-object-throw-number.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.7 +esid: sec-set.prototype.has description: > Set.prototype.has ( value ) diff --git a/test/built-ins/Set/prototype/has/this-not-object-throw-string.js b/test/built-ins/Set/prototype/has/this-not-object-throw-string.js index ce24413e8f..7f2114e174 100644 --- a/test/built-ins/Set/prototype/has/this-not-object-throw-string.js +++ b/test/built-ins/Set/prototype/has/this-not-object-throw-string.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.7 +esid: sec-set.prototype.has description: > Set.prototype.has ( value ) diff --git a/test/built-ins/Set/prototype/has/this-not-object-throw-symbol.js b/test/built-ins/Set/prototype/has/this-not-object-throw-symbol.js index 46a76eb993..44945d1b7e 100644 --- a/test/built-ins/Set/prototype/has/this-not-object-throw-symbol.js +++ b/test/built-ins/Set/prototype/has/this-not-object-throw-symbol.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.7 +esid: sec-set.prototype.has description: > Set.prototype.has ( value ) diff --git a/test/built-ins/Set/prototype/has/this-not-object-throw-undefined.js b/test/built-ins/Set/prototype/has/this-not-object-throw-undefined.js index 1f6773176c..f577c98265 100644 --- a/test/built-ins/Set/prototype/has/this-not-object-throw-undefined.js +++ b/test/built-ins/Set/prototype/has/this-not-object-throw-undefined.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.7 +esid: sec-set.prototype.has description: > Set.prototype.has ( value ) diff --git a/test/built-ins/Set/prototype/keys/keys.js b/test/built-ins/Set/prototype/keys/keys.js index 3845799b15..7ea413f7b0 100644 --- a/test/built-ins/Set/prototype/keys/keys.js +++ b/test/built-ins/Set/prototype/keys/keys.js @@ -2,10 +2,10 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- - description: > - The initial value of the keys property is the same function object as the - initial value of the values property. - es6id: 23.2.3.8 +esid: sec-set.prototype.keys +description: > + The initial value of the keys property is the same function object as the + initial value of the values property. ---*/ assert.sameValue( diff --git a/test/built-ins/Set/prototype/size/length.js b/test/built-ins/Set/prototype/size/length.js index f479a991ee..aeadc6bd17 100644 --- a/test/built-ins/Set/prototype/size/length.js +++ b/test/built-ins/Set/prototype/size/length.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.9 +esid: sec-get-set.prototype.size description: > get Set.prototype.size diff --git a/test/built-ins/Set/prototype/size/name.js b/test/built-ins/Set/prototype/size/name.js index 9fe21baa08..ced76d3189 100644 --- a/test/built-ins/Set/prototype/size/name.js +++ b/test/built-ins/Set/prototype/size/name.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.9 +esid: sec-get-set.prototype.size description: > get Set.prototype.size diff --git a/test/built-ins/Set/prototype/size/returns-count-of-present-values-before-after-add-delete.js b/test/built-ins/Set/prototype/size/returns-count-of-present-values-before-after-add-delete.js index 2c96222a0d..5b711e818b 100644 --- a/test/built-ins/Set/prototype/size/returns-count-of-present-values-before-after-add-delete.js +++ b/test/built-ins/Set/prototype/size/returns-count-of-present-values-before-after-add-delete.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.9 +esid: sec-get-set.prototype.size description: > get Set.prototype.size diff --git a/test/built-ins/Set/prototype/size/returns-count-of-present-values-by-insertion.js b/test/built-ins/Set/prototype/size/returns-count-of-present-values-by-insertion.js index 096ed5e738..b772ca4fb4 100644 --- a/test/built-ins/Set/prototype/size/returns-count-of-present-values-by-insertion.js +++ b/test/built-ins/Set/prototype/size/returns-count-of-present-values-by-insertion.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.9 +esid: sec-get-set.prototype.size description: > get Set.prototype.size diff --git a/test/built-ins/Set/prototype/size/returns-count-of-present-values-by-iterable.js b/test/built-ins/Set/prototype/size/returns-count-of-present-values-by-iterable.js index d7cc5a8a9c..981c665059 100644 --- a/test/built-ins/Set/prototype/size/returns-count-of-present-values-by-iterable.js +++ b/test/built-ins/Set/prototype/size/returns-count-of-present-values-by-iterable.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.9 +esid: sec-get-set.prototype.size description: > get Set.prototype.size diff --git a/test/built-ins/Set/prototype/size/size.js b/test/built-ins/Set/prototype/size/size.js index db02a7bbbc..0fecbb1daa 100644 --- a/test/built-ins/Set/prototype/size/size.js +++ b/test/built-ins/Set/prototype/size/size.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.9 +esid: sec-get-set.prototype.size description: > get Set.prototype.size diff --git a/test/built-ins/Set/prototype/values/does-not-have-setdata-internal-slot-array.js b/test/built-ins/Set/prototype/values/does-not-have-setdata-internal-slot-array.js index 733edf0aeb..086fef7a65 100644 --- a/test/built-ins/Set/prototype/values/does-not-have-setdata-internal-slot-array.js +++ b/test/built-ins/Set/prototype/values/does-not-have-setdata-internal-slot-array.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.10 +esid: sec-set.prototype.values description: > Set.prototype.values ( ) diff --git a/test/built-ins/Set/prototype/values/does-not-have-setdata-internal-slot-map.js b/test/built-ins/Set/prototype/values/does-not-have-setdata-internal-slot-map.js index c978d18a25..b3469949f9 100644 --- a/test/built-ins/Set/prototype/values/does-not-have-setdata-internal-slot-map.js +++ b/test/built-ins/Set/prototype/values/does-not-have-setdata-internal-slot-map.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.10 +esid: sec-set.prototype.values description: > Set.prototype.values ( ) diff --git a/test/built-ins/Set/prototype/values/does-not-have-setdata-internal-slot-object.js b/test/built-ins/Set/prototype/values/does-not-have-setdata-internal-slot-object.js index aa2d311052..a1aee504e2 100644 --- a/test/built-ins/Set/prototype/values/does-not-have-setdata-internal-slot-object.js +++ b/test/built-ins/Set/prototype/values/does-not-have-setdata-internal-slot-object.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.10 +esid: sec-set.prototype.values description: > Set.prototype.values ( ) diff --git a/test/built-ins/Set/prototype/values/does-not-have-setdata-internal-slot-set-prototype.js b/test/built-ins/Set/prototype/values/does-not-have-setdata-internal-slot-set-prototype.js index 251a2b32ce..4e70b7da7f 100644 --- a/test/built-ins/Set/prototype/values/does-not-have-setdata-internal-slot-set-prototype.js +++ b/test/built-ins/Set/prototype/values/does-not-have-setdata-internal-slot-set-prototype.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.10 +esid: sec-set.prototype.values description: > Set.prototype.values ( ) diff --git a/test/built-ins/Set/prototype/values/does-not-have-setdata-internal-slot-weakset.js b/test/built-ins/Set/prototype/values/does-not-have-setdata-internal-slot-weakset.js index bb23765cad..ada3141556 100644 --- a/test/built-ins/Set/prototype/values/does-not-have-setdata-internal-slot-weakset.js +++ b/test/built-ins/Set/prototype/values/does-not-have-setdata-internal-slot-weakset.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.10 +esid: sec-set.prototype.values description: > Set.prototype.values ( ) diff --git a/test/built-ins/Set/prototype/values/length.js b/test/built-ins/Set/prototype/values/length.js index 5d5666f6b2..3d89d09f32 100644 --- a/test/built-ins/Set/prototype/values/length.js +++ b/test/built-ins/Set/prototype/values/length.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.10 +esid: sec-set.prototype.values description: > Set.prototype.values ( ) diff --git a/test/built-ins/Set/prototype/values/name.js b/test/built-ins/Set/prototype/values/name.js index 5c7c0fa7c7..e0cc04bda4 100644 --- a/test/built-ins/Set/prototype/values/name.js +++ b/test/built-ins/Set/prototype/values/name.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.10 +esid: sec-set.prototype.values description: > Set.prototype.values ( ) diff --git a/test/built-ins/Set/prototype/values/returns-iterator-empty.js b/test/built-ins/Set/prototype/values/returns-iterator-empty.js index af5ffe70ce..6e4d60b901 100644 --- a/test/built-ins/Set/prototype/values/returns-iterator-empty.js +++ b/test/built-ins/Set/prototype/values/returns-iterator-empty.js @@ -2,9 +2,9 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- - description: > - Returns an iterator that's already done if Set is empty. - es6id: 23.2.3.10 +esid: sec-set.prototype.values +description: > + Returns an iterator that's already done if Set is empty. ---*/ var set = new Set(); diff --git a/test/built-ins/Set/prototype/values/returns-iterator.js b/test/built-ins/Set/prototype/values/returns-iterator.js index 4fd1e86369..6314b63d39 100644 --- a/test/built-ins/Set/prototype/values/returns-iterator.js +++ b/test/built-ins/Set/prototype/values/returns-iterator.js @@ -2,10 +2,10 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- - description: > - The method should return a valid iterator with the context as the - IteratedObject. - es6id: 23.2.3.10 +esid: sec-set.prototype.values +description: > + The method should return a valid iterator with the context as the + IteratedObject. ---*/ var set = new Set(); diff --git a/test/built-ins/Set/prototype/values/this-not-object-throw-boolean.js b/test/built-ins/Set/prototype/values/this-not-object-throw-boolean.js index 32ea6143c4..2f067d14bd 100644 --- a/test/built-ins/Set/prototype/values/this-not-object-throw-boolean.js +++ b/test/built-ins/Set/prototype/values/this-not-object-throw-boolean.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.10 +esid: sec-set.prototype.values description: > Set.prototype.values ( ) diff --git a/test/built-ins/Set/prototype/values/this-not-object-throw-null.js b/test/built-ins/Set/prototype/values/this-not-object-throw-null.js index efcb1b4258..7ce2c8be46 100644 --- a/test/built-ins/Set/prototype/values/this-not-object-throw-null.js +++ b/test/built-ins/Set/prototype/values/this-not-object-throw-null.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.10 +esid: sec-set.prototype.values description: > Set.prototype.values ( ) diff --git a/test/built-ins/Set/prototype/values/this-not-object-throw-number.js b/test/built-ins/Set/prototype/values/this-not-object-throw-number.js index 9e1e16c146..f9a3321bbe 100644 --- a/test/built-ins/Set/prototype/values/this-not-object-throw-number.js +++ b/test/built-ins/Set/prototype/values/this-not-object-throw-number.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.10 +esid: sec-set.prototype.values description: > Set.prototype.values ( ) diff --git a/test/built-ins/Set/prototype/values/this-not-object-throw-string.js b/test/built-ins/Set/prototype/values/this-not-object-throw-string.js index 63adc31fc8..e37f22072a 100644 --- a/test/built-ins/Set/prototype/values/this-not-object-throw-string.js +++ b/test/built-ins/Set/prototype/values/this-not-object-throw-string.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.10 +esid: sec-set.prototype.values description: > Set.prototype.values ( ) diff --git a/test/built-ins/Set/prototype/values/this-not-object-throw-symbol.js b/test/built-ins/Set/prototype/values/this-not-object-throw-symbol.js index 549fa1f1fc..2ac2d18fe4 100644 --- a/test/built-ins/Set/prototype/values/this-not-object-throw-symbol.js +++ b/test/built-ins/Set/prototype/values/this-not-object-throw-symbol.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.10 +esid: sec-set.prototype.values description: > Set.prototype.values ( ) diff --git a/test/built-ins/Set/prototype/values/this-not-object-throw-undefined.js b/test/built-ins/Set/prototype/values/this-not-object-throw-undefined.js index 52e8d1b7bf..6223cfb345 100644 --- a/test/built-ins/Set/prototype/values/this-not-object-throw-undefined.js +++ b/test/built-ins/Set/prototype/values/this-not-object-throw-undefined.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.10 +esid: sec-set.prototype.values description: > Set.prototype.values ( ) diff --git a/test/built-ins/Set/prototype/values/values-iteration-mutable.js b/test/built-ins/Set/prototype/values/values-iteration-mutable.js index f2cff408fe..4a6c759f17 100644 --- a/test/built-ins/Set/prototype/values/values-iteration-mutable.js +++ b/test/built-ins/Set/prototype/values/values-iteration-mutable.js @@ -2,12 +2,12 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- - description: > - When an item is added to the set after the iterator is created but before - the iterator is "done" (as defined by 23.2.5.2.1), the new item should be - accessible via iteration. When an item is added to the set after the - iterator is "done", the new item should not be accessible via iteration. - es6id: 23.2.3.10 +esid: sec-set.prototype.values +description: > + When an item is added to the set after the iterator is created but before + the iterator is "done" (as defined by 23.2.5.2.1), the new item should be + accessible via iteration. When an item is added to the set after the + iterator is "done", the new item should not be accessible via iteration. ---*/ var set = new Set(); diff --git a/test/built-ins/Set/prototype/values/values.js b/test/built-ins/Set/prototype/values/values.js index 4f9121c9f2..76e4e83f8b 100644 --- a/test/built-ins/Set/prototype/values/values.js +++ b/test/built-ins/Set/prototype/values/values.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.10 +esid: sec-set.prototype.values description: > Set.prototype.values ( ) diff --git a/test/built-ins/Set/set-does-not-throw-when-add-is-not-callable.js b/test/built-ins/Set/set-does-not-throw-when-add-is-not-callable.js index 5067b61468..0c418ce9ff 100644 --- a/test/built-ins/Set/set-does-not-throw-when-add-is-not-callable.js +++ b/test/built-ins/Set/set-does-not-throw-when-add-is-not-callable.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.1.1 +esid: sec-set-constructor description: > Set ( [ iterable ] ) diff --git a/test/built-ins/Set/set-get-add-method-failure.js b/test/built-ins/Set/set-get-add-method-failure.js index ed4ea3f1b2..633a5bc994 100644 --- a/test/built-ins/Set/set-get-add-method-failure.js +++ b/test/built-ins/Set/set-get-add-method-failure.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.1.1 +esid: sec-set-constructor description: > Set ( [ iterable ] ) diff --git a/test/built-ins/Set/set-iterable-calls-add.js b/test/built-ins/Set/set-iterable-calls-add.js index f6c231c994..e8a00cec06 100644 --- a/test/built-ins/Set/set-iterable-calls-add.js +++ b/test/built-ins/Set/set-iterable-calls-add.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.1.1 +esid: sec-set-constructor description: > Set ( [ iterable ] ) diff --git a/test/built-ins/Set/set-iterable-empty-does-not-call-add.js b/test/built-ins/Set/set-iterable-empty-does-not-call-add.js index e29f97b397..a36af42151 100644 --- a/test/built-ins/Set/set-iterable-empty-does-not-call-add.js +++ b/test/built-ins/Set/set-iterable-empty-does-not-call-add.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.1.1 +esid: sec-set-constructor description: > Set ( [ iterable ] ) diff --git a/test/built-ins/Set/set-iterable-throws-when-add-is-not-callable.js b/test/built-ins/Set/set-iterable-throws-when-add-is-not-callable.js index 9305b6667e..e3d6eac05e 100644 --- a/test/built-ins/Set/set-iterable-throws-when-add-is-not-callable.js +++ b/test/built-ins/Set/set-iterable-throws-when-add-is-not-callable.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.1.1 +esid: sec-set-constructor description: > Set ( [ iterable ] ) diff --git a/test/built-ins/Set/set-iterable.js b/test/built-ins/Set/set-iterable.js index 649bf20ff4..a83a588a67 100644 --- a/test/built-ins/Set/set-iterable.js +++ b/test/built-ins/Set/set-iterable.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.1.1 +esid: sec-set-constructor description: > Set ( [ iterable ] ) diff --git a/test/built-ins/Set/set-iterator-close-after-add-failure.js b/test/built-ins/Set/set-iterator-close-after-add-failure.js index ad077f6330..989bbc2010 100644 --- a/test/built-ins/Set/set-iterator-close-after-add-failure.js +++ b/test/built-ins/Set/set-iterator-close-after-add-failure.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.1.1 +esid: sec-set-constructor description: > Set ( [ iterable ] ) diff --git a/test/built-ins/Set/set-iterator-next-failure.js b/test/built-ins/Set/set-iterator-next-failure.js index 171abef9c5..746dea8b13 100644 --- a/test/built-ins/Set/set-iterator-next-failure.js +++ b/test/built-ins/Set/set-iterator-next-failure.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.1.1 +esid: sec-set-constructor description: > Set ( [ iterable ] ) diff --git a/test/built-ins/Set/set-iterator-value-failure.js b/test/built-ins/Set/set-iterator-value-failure.js index ac45b116fa..82620b33dd 100644 --- a/test/built-ins/Set/set-iterator-value-failure.js +++ b/test/built-ins/Set/set-iterator-value-failure.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.1.1 +esid: sec-set-constructor description: > Set ( [ iterable ] ) diff --git a/test/built-ins/Set/set-newtarget.js b/test/built-ins/Set/set-newtarget.js index d5d9613e0c..244b6f49a8 100644 --- a/test/built-ins/Set/set-newtarget.js +++ b/test/built-ins/Set/set-newtarget.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.1.1 +esid: sec-set-constructor description: > Set ( [ iterable ] ) diff --git a/test/built-ins/Set/set-no-iterable.js b/test/built-ins/Set/set-no-iterable.js index a13db51d84..311ff53333 100644 --- a/test/built-ins/Set/set-no-iterable.js +++ b/test/built-ins/Set/set-no-iterable.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.1.1 +esid: sec-set-constructor description: > Set ( [ iterable ] ) diff --git a/test/built-ins/Set/set-undefined-newtarget.js b/test/built-ins/Set/set-undefined-newtarget.js index ef420bf87c..29c8dfecff 100644 --- a/test/built-ins/Set/set-undefined-newtarget.js +++ b/test/built-ins/Set/set-undefined-newtarget.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.1.1 +esid: sec-set-constructor description: > Set ( [ iterable ] ) diff --git a/test/built-ins/Set/set.js b/test/built-ins/Set/set.js index 104d859cd4..9b1c27dba5 100644 --- a/test/built-ins/Set/set.js +++ b/test/built-ins/Set/set.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.1.1 +esid: sec-set-constructor description: > Set ( [ iterable ] ) diff --git a/test/built-ins/SetIteratorPrototype/next/iteration-mutable.js b/test/built-ins/SetIteratorPrototype/next/iteration-mutable.js index 9d91688eab..c762089063 100644 --- a/test/built-ins/SetIteratorPrototype/next/iteration-mutable.js +++ b/test/built-ins/SetIteratorPrototype/next/iteration-mutable.js @@ -1,7 +1,7 @@ // Copyright (C) 2014 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.11 +esid: sec-set.prototype-@@iterator description: > When an item is added to the set after the iterator is created but before the iterator is "done" (as defined by 23.2.5.2.1), the new item should be diff --git a/test/built-ins/SetIteratorPrototype/next/iteration.js b/test/built-ins/SetIteratorPrototype/next/iteration.js index 2b91ecb13c..9abf9f26f4 100644 --- a/test/built-ins/SetIteratorPrototype/next/iteration.js +++ b/test/built-ins/SetIteratorPrototype/next/iteration.js @@ -1,7 +1,7 @@ // Copyright (C) 2014 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 23.2.3.11 +esid: sec-set.prototype-@@iterator description: > The method should return a valid iterator with the context as the IteratedObject.