From 89ac510488e93af4902cd2bae085df256290bbbd Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Fri, 5 Jan 2018 12:29:17 -0500 Subject: [PATCH] Frontmatter: fixup "description: |" to "description: >" --- .../prototype/Symbol.toStringTag/return-typedarrayname.js | 2 +- test/built-ins/TypedArray/prototype/buffer/return-buffer.js | 2 +- .../prototype/buffer/this-has-no-typedarrayname-internal.js | 2 +- .../TypedArray/prototype/byteLength/return-bytelength.js | 2 +- .../prototype/byteLength/this-has-no-typedarrayname-internal.js | 2 +- .../TypedArray/prototype/byteOffset/return-byteoffset.js | 2 +- .../prototype/byteOffset/this-has-no-typedarrayname-internal.js | 2 +- .../prototype/copyWithin/this-is-not-typedarray-instance.js | 2 +- .../prototype/entries/this-is-not-typedarray-instance.js | 2 +- .../prototype/every/this-is-not-typedarray-instance.js | 2 +- .../prototype/fill/this-is-not-typedarray-instance.js | 2 +- .../prototype/filter/this-is-not-typedarray-instance.js | 2 +- .../prototype/find/this-is-not-typedarray-instance.js | 2 +- .../prototype/findIndex/this-is-not-typedarray-instance.js | 2 +- .../prototype/forEach/this-is-not-typedarray-instance.js | 2 +- .../prototype/includes/this-is-not-typedarray-instance.js | 2 +- .../prototype/indexOf/this-is-not-typedarray-instance.js | 2 +- .../prototype/join/this-is-not-typedarray-instance.js | 2 +- .../prototype/keys/this-is-not-typedarray-instance.js | 2 +- .../prototype/lastIndexOf/this-is-not-typedarray-instance.js | 2 +- test/built-ins/TypedArray/prototype/length/return-length.js | 2 +- .../prototype/length/this-has-no-typedarrayname-internal.js | 2 +- .../prototype/map/return-new-typedarray-from-empty-length.js | 2 +- .../prototype/map/return-new-typedarray-from-positive-length.js | 2 +- .../TypedArray/prototype/map/this-is-not-typedarray-instance.js | 2 +- .../prototype/reduce/this-is-not-typedarray-instance.js | 2 +- .../prototype/reduceRight/this-is-not-typedarray-instance.js | 2 +- .../prototype/reverse/this-is-not-typedarray-instance.js | 2 +- .../TypedArray/prototype/set/this-is-not-typedarray-instance.js | 2 +- .../prototype/slice/this-is-not-typedarray-instance.js | 2 +- .../prototype/some/this-is-not-typedarray-instance.js | 2 +- .../prototype/sort/this-is-not-typedarray-instance.js | 2 +- .../prototype/subarray/this-is-not-typedarray-instance.js | 2 +- .../prototype/toLocaleString/this-is-not-typedarray-instance.js | 2 +- .../prototype/values/this-is-not-typedarray-instance.js | 2 +- .../internals/DefineOwnProperty/desc-value-throws.js | 2 +- .../internals/DefineOwnProperty/detached-buffer-realm.js | 2 +- .../TypedArrays/internals/DefineOwnProperty/detached-buffer.js | 2 +- .../internals/DefineOwnProperty/key-is-not-canonical-index.js | 2 +- .../DefineOwnProperty/key-is-numericindex-accessor-desc.js | 2 +- .../DefineOwnProperty/key-is-numericindex-desc-configurable.js | 2 +- .../key-is-numericindex-desc-not-enumerable.js | 2 +- .../DefineOwnProperty/key-is-numericindex-desc-not-writable.js | 2 +- .../internals/DefineOwnProperty/key-is-numericindex.js | 2 +- .../TypedArrays/internals/DefineOwnProperty/set-value.js | 2 +- .../internals/GetOwnProperty/key-is-not-canonical-index.js | 2 +- .../internals/HasProperty/detached-buffer-key-is-not-number.js | 2 +- .../propertyhelper-verifyenumerable-not-enumerable-symbol.js | 2 +- test/harness/propertyhelper-verifyenumerable-not-enumerable.js | 2 +- .../propertyhelper-verifynotenumerable-enumerable-symbol.js | 2 +- test/harness/propertyhelper-verifynotenumerable-enumerable.js | 2 +- .../propertyhelper-verifynotenumerable-not-enumerable-symbol.js | 2 +- .../propertyhelper-verifynotenumerable-not-enumerable.js | 2 +- .../expressions/property-accessors/non-identifier-name.js | 2 +- 54 files changed, 54 insertions(+), 54 deletions(-) diff --git a/test/built-ins/TypedArray/prototype/Symbol.toStringTag/return-typedarrayname.js b/test/built-ins/TypedArray/prototype/Symbol.toStringTag/return-typedarrayname.js index ef28bad048..7c6be3c188 100644 --- a/test/built-ins/TypedArray/prototype/Symbol.toStringTag/return-typedarrayname.js +++ b/test/built-ins/TypedArray/prototype/Symbol.toStringTag/return-typedarrayname.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-get-%typedarray%.prototype-@@tostringtag -description: | +description: > Return value from the [[TypedArrayName]] internal slot info: | 22.2.3.32 get %TypedArray%.prototype [ @@toStringTag ] diff --git a/test/built-ins/TypedArray/prototype/buffer/return-buffer.js b/test/built-ins/TypedArray/prototype/buffer/return-buffer.js index f2433f7f0d..82420a6dfe 100644 --- a/test/built-ins/TypedArray/prototype/buffer/return-buffer.js +++ b/test/built-ins/TypedArray/prototype/buffer/return-buffer.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- es6id: 22.2.3.1 -description: | +description: > Return buffer from [[ViewedArrayBuffer]] internal slot info: | 22.2.3.1 get %TypedArray%.prototype.buffer diff --git a/test/built-ins/TypedArray/prototype/buffer/this-has-no-typedarrayname-internal.js b/test/built-ins/TypedArray/prototype/buffer/this-has-no-typedarrayname-internal.js index 89191a85ce..9b6b28db8a 100644 --- a/test/built-ins/TypedArray/prototype/buffer/this-has-no-typedarrayname-internal.js +++ b/test/built-ins/TypedArray/prototype/buffer/this-has-no-typedarrayname-internal.js @@ -3,7 +3,7 @@ /*--- esid: sec-get-%typedarray%.prototype.buffer es6id: 22.2.3.1 -description: | +description: > Throws a TypeError exception when `this` does not have a [[TypedArrayName]] internal slot info: | diff --git a/test/built-ins/TypedArray/prototype/byteLength/return-bytelength.js b/test/built-ins/TypedArray/prototype/byteLength/return-bytelength.js index ab16507a81..f801c9ac3f 100644 --- a/test/built-ins/TypedArray/prototype/byteLength/return-bytelength.js +++ b/test/built-ins/TypedArray/prototype/byteLength/return-bytelength.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- es6id: 22.2.3.2 -description: | +description: > Return value from [[ByteLength]] internal slot info: | 22.2.3.2 get %TypedArray%.prototype.byteLength diff --git a/test/built-ins/TypedArray/prototype/byteLength/this-has-no-typedarrayname-internal.js b/test/built-ins/TypedArray/prototype/byteLength/this-has-no-typedarrayname-internal.js index d93356067b..f8c050544f 100644 --- a/test/built-ins/TypedArray/prototype/byteLength/this-has-no-typedarrayname-internal.js +++ b/test/built-ins/TypedArray/prototype/byteLength/this-has-no-typedarrayname-internal.js @@ -3,7 +3,7 @@ /*--- esid: sec-get-%typedarray%.prototype.bytelength es6id: 22.2.3.2 -description: | +description: > Throws a TypeError exception when `this` does not have a [[TypedArrayName]] internal slot info: | diff --git a/test/built-ins/TypedArray/prototype/byteOffset/return-byteoffset.js b/test/built-ins/TypedArray/prototype/byteOffset/return-byteoffset.js index bb6e745af1..1663d47979 100644 --- a/test/built-ins/TypedArray/prototype/byteOffset/return-byteoffset.js +++ b/test/built-ins/TypedArray/prototype/byteOffset/return-byteoffset.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- es6id: 22.2.3.3 -description: | +description: > Return value from [[ByteOffset]] internal slot info: | 22.2.3.3 get %TypedArray%.prototype.byteOffset diff --git a/test/built-ins/TypedArray/prototype/byteOffset/this-has-no-typedarrayname-internal.js b/test/built-ins/TypedArray/prototype/byteOffset/this-has-no-typedarrayname-internal.js index c06d7971ac..dbd36a0273 100644 --- a/test/built-ins/TypedArray/prototype/byteOffset/this-has-no-typedarrayname-internal.js +++ b/test/built-ins/TypedArray/prototype/byteOffset/this-has-no-typedarrayname-internal.js @@ -3,7 +3,7 @@ /*--- esid: sec-get-%typedarray%.prototype.byteoffset es6id: 22.2.3.3 -description: | +description: > Throws a TypeError exception when `this` does not have a [[TypedArrayName]] internal slot info: | diff --git a/test/built-ins/TypedArray/prototype/copyWithin/this-is-not-typedarray-instance.js b/test/built-ins/TypedArray/prototype/copyWithin/this-is-not-typedarray-instance.js index eabea2d353..ad6932f626 100644 --- a/test/built-ins/TypedArray/prototype/copyWithin/this-is-not-typedarray-instance.js +++ b/test/built-ins/TypedArray/prototype/copyWithin/this-is-not-typedarray-instance.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-%typedarray%.prototype.copywithin -description: | +description: > Throws a TypeError exception when `this` is not a TypedArray instance info: | 22.2.3.5 %TypedArray%.prototype.copyWithin (target, start [ , end ] ) diff --git a/test/built-ins/TypedArray/prototype/entries/this-is-not-typedarray-instance.js b/test/built-ins/TypedArray/prototype/entries/this-is-not-typedarray-instance.js index 68d5bb717b..704171d58f 100644 --- a/test/built-ins/TypedArray/prototype/entries/this-is-not-typedarray-instance.js +++ b/test/built-ins/TypedArray/prototype/entries/this-is-not-typedarray-instance.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-%typedarray%.prototype.entries -description: | +description: > Throws a TypeError exception when `this` is not a TypedArray instance info: | 22.2.3.6 %TypedArray%.prototype.entries ( ) diff --git a/test/built-ins/TypedArray/prototype/every/this-is-not-typedarray-instance.js b/test/built-ins/TypedArray/prototype/every/this-is-not-typedarray-instance.js index 3369c441b3..f3402ec3db 100644 --- a/test/built-ins/TypedArray/prototype/every/this-is-not-typedarray-instance.js +++ b/test/built-ins/TypedArray/prototype/every/this-is-not-typedarray-instance.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-%typedarray%.prototype.every -description: | +description: > Throws a TypeError exception when `this` is not a TypedArray instance info: | 22.2.3.7 %TypedArray%.prototype.every ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/TypedArray/prototype/fill/this-is-not-typedarray-instance.js b/test/built-ins/TypedArray/prototype/fill/this-is-not-typedarray-instance.js index 268dd46afa..94f2da3887 100644 --- a/test/built-ins/TypedArray/prototype/fill/this-is-not-typedarray-instance.js +++ b/test/built-ins/TypedArray/prototype/fill/this-is-not-typedarray-instance.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-%typedarray%.prototype.fill -description: | +description: > Throws a TypeError exception when `this` is not a TypedArray instance info: | 22.2.3.8 %TypedArray%.prototype.fill (value [ , start [ , end ] ] ) diff --git a/test/built-ins/TypedArray/prototype/filter/this-is-not-typedarray-instance.js b/test/built-ins/TypedArray/prototype/filter/this-is-not-typedarray-instance.js index 54b234d054..0781d40362 100644 --- a/test/built-ins/TypedArray/prototype/filter/this-is-not-typedarray-instance.js +++ b/test/built-ins/TypedArray/prototype/filter/this-is-not-typedarray-instance.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-%typedarray%.prototype.filter -description: | +description: > Throws a TypeError exception when `this` is not a TypedArray instance info: | 22.2.3.9 %TypedArray%.prototype.filter ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/TypedArray/prototype/find/this-is-not-typedarray-instance.js b/test/built-ins/TypedArray/prototype/find/this-is-not-typedarray-instance.js index 9346270109..7bc0aa43f3 100644 --- a/test/built-ins/TypedArray/prototype/find/this-is-not-typedarray-instance.js +++ b/test/built-ins/TypedArray/prototype/find/this-is-not-typedarray-instance.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-%typedarray%.prototype.find -description: | +description: > Throws a TypeError exception when `this` is not a TypedArray instance info: | 22.2.3.10 %TypedArray%.prototype.find (predicate [ , thisArg ] ) diff --git a/test/built-ins/TypedArray/prototype/findIndex/this-is-not-typedarray-instance.js b/test/built-ins/TypedArray/prototype/findIndex/this-is-not-typedarray-instance.js index d1746780bd..251eef5df2 100644 --- a/test/built-ins/TypedArray/prototype/findIndex/this-is-not-typedarray-instance.js +++ b/test/built-ins/TypedArray/prototype/findIndex/this-is-not-typedarray-instance.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-%typedarray%.prototype.findindex -description: | +description: > Throws a TypeError exception when `this` is not a TypedArray instance info: | 22.2.3.11 %TypedArray%.prototype.findIndex ( predicate [ , thisArg ] ) diff --git a/test/built-ins/TypedArray/prototype/forEach/this-is-not-typedarray-instance.js b/test/built-ins/TypedArray/prototype/forEach/this-is-not-typedarray-instance.js index b58aadc465..8223b6c0f3 100644 --- a/test/built-ins/TypedArray/prototype/forEach/this-is-not-typedarray-instance.js +++ b/test/built-ins/TypedArray/prototype/forEach/this-is-not-typedarray-instance.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-%typedarray%.prototype.foreach -description: | +description: > Throws a TypeError exception when `this` is not a TypedArray instance info: | 22.2.3.12 %TypedArray%.prototype.forEach ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/TypedArray/prototype/includes/this-is-not-typedarray-instance.js b/test/built-ins/TypedArray/prototype/includes/this-is-not-typedarray-instance.js index 056838ad2a..68eb6e9eaa 100644 --- a/test/built-ins/TypedArray/prototype/includes/this-is-not-typedarray-instance.js +++ b/test/built-ins/TypedArray/prototype/includes/this-is-not-typedarray-instance.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-%typedarray%.prototype.includes -description: | +description: > Throws a TypeError exception when `this` is not a TypedArray instance info: | 22.2.3.14 %TypedArray%.prototype.includes ( searchElement [ , fromIndex ] ) diff --git a/test/built-ins/TypedArray/prototype/indexOf/this-is-not-typedarray-instance.js b/test/built-ins/TypedArray/prototype/indexOf/this-is-not-typedarray-instance.js index 7c2a4860a5..ce17459bf5 100644 --- a/test/built-ins/TypedArray/prototype/indexOf/this-is-not-typedarray-instance.js +++ b/test/built-ins/TypedArray/prototype/indexOf/this-is-not-typedarray-instance.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-%typedarray%.prototype.indexof -description: | +description: > Throws a TypeError exception when `this` is not a TypedArray instance info: | 22.2.3.13 %TypedArray%.prototype.indexOf (searchElement [ , fromIndex ] ) diff --git a/test/built-ins/TypedArray/prototype/join/this-is-not-typedarray-instance.js b/test/built-ins/TypedArray/prototype/join/this-is-not-typedarray-instance.js index c2e30dc4d5..b9b9f6c6cb 100644 --- a/test/built-ins/TypedArray/prototype/join/this-is-not-typedarray-instance.js +++ b/test/built-ins/TypedArray/prototype/join/this-is-not-typedarray-instance.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-%typedarray%.prototype.join -description: | +description: > Throws a TypeError exception when `this` is not a TypedArray instance info: | 22.2.3.15 %TypedArray%.prototype.join ( separator ) diff --git a/test/built-ins/TypedArray/prototype/keys/this-is-not-typedarray-instance.js b/test/built-ins/TypedArray/prototype/keys/this-is-not-typedarray-instance.js index d7943de2f0..742324de13 100644 --- a/test/built-ins/TypedArray/prototype/keys/this-is-not-typedarray-instance.js +++ b/test/built-ins/TypedArray/prototype/keys/this-is-not-typedarray-instance.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-%typedarray%.prototype.keys -description: | +description: > Throws a TypeError exception when `this` is not a TypedArray instance info: | 22.2.3.16 %TypedArray%.prototype.keys ( ) diff --git a/test/built-ins/TypedArray/prototype/lastIndexOf/this-is-not-typedarray-instance.js b/test/built-ins/TypedArray/prototype/lastIndexOf/this-is-not-typedarray-instance.js index b128baf94b..4e5feba4ca 100644 --- a/test/built-ins/TypedArray/prototype/lastIndexOf/this-is-not-typedarray-instance.js +++ b/test/built-ins/TypedArray/prototype/lastIndexOf/this-is-not-typedarray-instance.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-%typedarray%.prototype.lastindexof -description: | +description: > Throws a TypeError exception when `this` is not a TypedArray instance info: | 22.2.3.17 %TypedArray%.prototype.lastIndexOf ( searchElement [ , fromIndex ] ) diff --git a/test/built-ins/TypedArray/prototype/length/return-length.js b/test/built-ins/TypedArray/prototype/length/return-length.js index 8b73a8b3e8..e7be300ed7 100644 --- a/test/built-ins/TypedArray/prototype/length/return-length.js +++ b/test/built-ins/TypedArray/prototype/length/return-length.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-get-%typedarray%.prototype.length -description: | +description: > Return value from the [[ArrayLength]] internal slot info: | 22.2.3.18 get %TypedArray%.prototype.length diff --git a/test/built-ins/TypedArray/prototype/length/this-has-no-typedarrayname-internal.js b/test/built-ins/TypedArray/prototype/length/this-has-no-typedarrayname-internal.js index 340eee9034..c4f5100097 100644 --- a/test/built-ins/TypedArray/prototype/length/this-has-no-typedarrayname-internal.js +++ b/test/built-ins/TypedArray/prototype/length/this-has-no-typedarrayname-internal.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-get-%typedarray%.prototype.length -description: | +description: > Throws a TypeError exception when `this` does not have a [[TypedArrayName]] internal slot info: | diff --git a/test/built-ins/TypedArray/prototype/map/return-new-typedarray-from-empty-length.js b/test/built-ins/TypedArray/prototype/map/return-new-typedarray-from-empty-length.js index 5db305bbf7..a7b475ec44 100644 --- a/test/built-ins/TypedArray/prototype/map/return-new-typedarray-from-empty-length.js +++ b/test/built-ins/TypedArray/prototype/map/return-new-typedarray-from-empty-length.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-%typedarray%.prototype.map -description: | +description: > Returns a new typedArray instance from the same constructor with the same length and a new buffer object - testing on an instance with length == 0 info: | diff --git a/test/built-ins/TypedArray/prototype/map/return-new-typedarray-from-positive-length.js b/test/built-ins/TypedArray/prototype/map/return-new-typedarray-from-positive-length.js index 16176b112c..61696e503d 100644 --- a/test/built-ins/TypedArray/prototype/map/return-new-typedarray-from-positive-length.js +++ b/test/built-ins/TypedArray/prototype/map/return-new-typedarray-from-positive-length.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-%typedarray%.prototype.map -description: | +description: > Returns a new typedArray instance from the same constructor with the same length and a new buffer object - testing on an instance with length > 0 info: | diff --git a/test/built-ins/TypedArray/prototype/map/this-is-not-typedarray-instance.js b/test/built-ins/TypedArray/prototype/map/this-is-not-typedarray-instance.js index 657cc3ac6d..db71657b27 100644 --- a/test/built-ins/TypedArray/prototype/map/this-is-not-typedarray-instance.js +++ b/test/built-ins/TypedArray/prototype/map/this-is-not-typedarray-instance.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-%typedarray%.prototype.map -description: | +description: > Throws a TypeError exception when `this` is not a TypedArray instance info: | 22.2.3.19 %TypedArray%.prototype.map ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/TypedArray/prototype/reduce/this-is-not-typedarray-instance.js b/test/built-ins/TypedArray/prototype/reduce/this-is-not-typedarray-instance.js index 6497807f44..f6d4801adb 100644 --- a/test/built-ins/TypedArray/prototype/reduce/this-is-not-typedarray-instance.js +++ b/test/built-ins/TypedArray/prototype/reduce/this-is-not-typedarray-instance.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-%typedarray%.prototype.reduce -description: | +description: > Throws a TypeError exception when `this` is not a TypedArray instance info: | 22.2.3.20 %TypedArray%.prototype.reduce ( callbackfn [ , initialValue ] ) diff --git a/test/built-ins/TypedArray/prototype/reduceRight/this-is-not-typedarray-instance.js b/test/built-ins/TypedArray/prototype/reduceRight/this-is-not-typedarray-instance.js index ec8db4a816..453a5d6980 100644 --- a/test/built-ins/TypedArray/prototype/reduceRight/this-is-not-typedarray-instance.js +++ b/test/built-ins/TypedArray/prototype/reduceRight/this-is-not-typedarray-instance.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-%typedarray%.prototype.reduceright -description: | +description: > Throws a TypeError exception when `this` is not a TypedArray instance info: | 22.2.3.21 %TypedArray%.prototype.reduceRight ( callbackfn [ , initialValue ] ) diff --git a/test/built-ins/TypedArray/prototype/reverse/this-is-not-typedarray-instance.js b/test/built-ins/TypedArray/prototype/reverse/this-is-not-typedarray-instance.js index c54705d3ee..3765d85115 100644 --- a/test/built-ins/TypedArray/prototype/reverse/this-is-not-typedarray-instance.js +++ b/test/built-ins/TypedArray/prototype/reverse/this-is-not-typedarray-instance.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-%typedarray%.prototype.reverse -description: | +description: > Throws a TypeError exception when `this` is not a TypedArray instance info: | 22.2.3.22 %TypedArray%.prototype.reverse ( ) diff --git a/test/built-ins/TypedArray/prototype/set/this-is-not-typedarray-instance.js b/test/built-ins/TypedArray/prototype/set/this-is-not-typedarray-instance.js index 60adef3d11..d26837c23d 100644 --- a/test/built-ins/TypedArray/prototype/set/this-is-not-typedarray-instance.js +++ b/test/built-ins/TypedArray/prototype/set/this-is-not-typedarray-instance.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-%typedarray%.prototype.set-overloaded-offset -description: | +description: > Throws a TypeError exception when `this` is not a TypedArray instance info: | 22.2.3.23 %TypedArray%.prototype.set diff --git a/test/built-ins/TypedArray/prototype/slice/this-is-not-typedarray-instance.js b/test/built-ins/TypedArray/prototype/slice/this-is-not-typedarray-instance.js index f3575a58e5..f36def6e9a 100644 --- a/test/built-ins/TypedArray/prototype/slice/this-is-not-typedarray-instance.js +++ b/test/built-ins/TypedArray/prototype/slice/this-is-not-typedarray-instance.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-%typedarray%.prototype.slice -description: | +description: > Throws a TypeError exception when `this` is not a TypedArray instance info: | 22.2.3.24 %TypedArray%.prototype.slice ( start, end ) diff --git a/test/built-ins/TypedArray/prototype/some/this-is-not-typedarray-instance.js b/test/built-ins/TypedArray/prototype/some/this-is-not-typedarray-instance.js index 5d403546d0..acfbe6dbbf 100644 --- a/test/built-ins/TypedArray/prototype/some/this-is-not-typedarray-instance.js +++ b/test/built-ins/TypedArray/prototype/some/this-is-not-typedarray-instance.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-%typedarray%.prototype.some -description: | +description: > Throws a TypeError exception when `this` is not a TypedArray instance info: | 22.2.3.25 %TypedArray%.prototype.some ( callbackfn [ , thisArg ] ) diff --git a/test/built-ins/TypedArray/prototype/sort/this-is-not-typedarray-instance.js b/test/built-ins/TypedArray/prototype/sort/this-is-not-typedarray-instance.js index 7520f1065c..d19b4c4397 100644 --- a/test/built-ins/TypedArray/prototype/sort/this-is-not-typedarray-instance.js +++ b/test/built-ins/TypedArray/prototype/sort/this-is-not-typedarray-instance.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-%typedarray%.prototype.sort -description: | +description: > Throws a TypeError exception when `this` is not a TypedArray instance info: | 22.2.3.26 %TypedArray%.prototype.sort ( comparefn ) diff --git a/test/built-ins/TypedArray/prototype/subarray/this-is-not-typedarray-instance.js b/test/built-ins/TypedArray/prototype/subarray/this-is-not-typedarray-instance.js index 6028044d61..b8b3b0f1d1 100644 --- a/test/built-ins/TypedArray/prototype/subarray/this-is-not-typedarray-instance.js +++ b/test/built-ins/TypedArray/prototype/subarray/this-is-not-typedarray-instance.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-%typedarray%.prototype.subarray -description: | +description: > Throws a TypeError exception when `this` is not a TypedArray instance info: | 22.2.3.9 %TypedArray%.prototype.subarray( begin , end ) diff --git a/test/built-ins/TypedArray/prototype/toLocaleString/this-is-not-typedarray-instance.js b/test/built-ins/TypedArray/prototype/toLocaleString/this-is-not-typedarray-instance.js index b1fa205627..f9e1fd4267 100644 --- a/test/built-ins/TypedArray/prototype/toLocaleString/this-is-not-typedarray-instance.js +++ b/test/built-ins/TypedArray/prototype/toLocaleString/this-is-not-typedarray-instance.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-%typedarray%.prototype.tolocalestring -description: | +description: > Throws a TypeError exception when `this` is not a TypedArray instance info: | 22.2.3.28 %TypedArray%.prototype.toLocaleString ([ reserved1 [ , reserved2 ] ]) diff --git a/test/built-ins/TypedArray/prototype/values/this-is-not-typedarray-instance.js b/test/built-ins/TypedArray/prototype/values/this-is-not-typedarray-instance.js index 9d8e8c7008..1fb43d95ba 100644 --- a/test/built-ins/TypedArray/prototype/values/this-is-not-typedarray-instance.js +++ b/test/built-ins/TypedArray/prototype/values/this-is-not-typedarray-instance.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-%typedarray%.prototype.values -description: | +description: > Throws a TypeError exception when `this` is not a TypedArray instance info: | 22.2.3.30 %TypedArray%.prototype.values ( ) diff --git a/test/built-ins/TypedArrays/internals/DefineOwnProperty/desc-value-throws.js b/test/built-ins/TypedArrays/internals/DefineOwnProperty/desc-value-throws.js index 3fc492722b..6572c1f946 100644 --- a/test/built-ins/TypedArrays/internals/DefineOwnProperty/desc-value-throws.js +++ b/test/built-ins/TypedArrays/internals/DefineOwnProperty/desc-value-throws.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc -description: | +description: > Return abrupt from the evaluation of ToNumber(desc.value) info: | 9.4.5.3 [[DefineOwnProperty]] ( P, Desc) diff --git a/test/built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer-realm.js b/test/built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer-realm.js index 7b8b24c608..acff6e44e7 100644 --- a/test/built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer-realm.js +++ b/test/built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer-realm.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc -description: | +description: > Throws a TypeError if object has valid numeric index and a detached buffer (honoring the Realm of the current execution context) info: | diff --git a/test/built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer.js b/test/built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer.js index 0618146233..a1039636f7 100644 --- a/test/built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer.js +++ b/test/built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc -description: | +description: > Throws a TypeError if object has valid numeric index and a detached buffer info: | 9.4.5.3 [[DefineOwnProperty]] ( P, Desc) diff --git a/test/built-ins/TypedArrays/internals/DefineOwnProperty/key-is-not-canonical-index.js b/test/built-ins/TypedArrays/internals/DefineOwnProperty/key-is-not-canonical-index.js index cfd44be3bc..193d916656 100644 --- a/test/built-ins/TypedArrays/internals/DefineOwnProperty/key-is-not-canonical-index.js +++ b/test/built-ins/TypedArrays/internals/DefineOwnProperty/key-is-not-canonical-index.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc -description: | +description: > Sets an ordinary property value if numeric key is not a CanonicalNumericIndex info: | 9.4.5.3 [[DefineOwnProperty]] ( P, Desc) diff --git a/test/built-ins/TypedArrays/internals/DefineOwnProperty/key-is-numericindex-accessor-desc.js b/test/built-ins/TypedArrays/internals/DefineOwnProperty/key-is-numericindex-accessor-desc.js index 95e41aee4a..5d8be8a2a6 100644 --- a/test/built-ins/TypedArrays/internals/DefineOwnProperty/key-is-numericindex-accessor-desc.js +++ b/test/built-ins/TypedArrays/internals/DefineOwnProperty/key-is-numericindex-accessor-desc.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc -description: | +description: > Returns false if key is a numeric index and Descriptor is an AccessorDescriptor info: | diff --git a/test/built-ins/TypedArrays/internals/DefineOwnProperty/key-is-numericindex-desc-configurable.js b/test/built-ins/TypedArrays/internals/DefineOwnProperty/key-is-numericindex-desc-configurable.js index d55d05485b..133f3343d5 100644 --- a/test/built-ins/TypedArrays/internals/DefineOwnProperty/key-is-numericindex-desc-configurable.js +++ b/test/built-ins/TypedArrays/internals/DefineOwnProperty/key-is-numericindex-desc-configurable.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc -description: | +description: > Returns false if key is a numeric index and Desc.[[Configurable]] is true info: | 9.4.5.3 [[DefineOwnProperty]] ( P, Desc) diff --git a/test/built-ins/TypedArrays/internals/DefineOwnProperty/key-is-numericindex-desc-not-enumerable.js b/test/built-ins/TypedArrays/internals/DefineOwnProperty/key-is-numericindex-desc-not-enumerable.js index 33152aab73..09526d11f7 100644 --- a/test/built-ins/TypedArrays/internals/DefineOwnProperty/key-is-numericindex-desc-not-enumerable.js +++ b/test/built-ins/TypedArrays/internals/DefineOwnProperty/key-is-numericindex-desc-not-enumerable.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc -description: | +description: > Returns false if key is a numeric index and Desc.[[Enumerable]] is false info: | 9.4.5.3 [[DefineOwnProperty]] ( P, Desc) diff --git a/test/built-ins/TypedArrays/internals/DefineOwnProperty/key-is-numericindex-desc-not-writable.js b/test/built-ins/TypedArrays/internals/DefineOwnProperty/key-is-numericindex-desc-not-writable.js index 67195ceddb..08c9a1b3a7 100644 --- a/test/built-ins/TypedArrays/internals/DefineOwnProperty/key-is-numericindex-desc-not-writable.js +++ b/test/built-ins/TypedArrays/internals/DefineOwnProperty/key-is-numericindex-desc-not-writable.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc -description: | +description: > Returns false if key is a numeric index and Desc.[[Writable]] is false info: | 9.4.5.3 [[DefineOwnProperty]] ( P, Desc) diff --git a/test/built-ins/TypedArrays/internals/DefineOwnProperty/key-is-numericindex.js b/test/built-ins/TypedArrays/internals/DefineOwnProperty/key-is-numericindex.js index efae1c19c1..d815738b6e 100644 --- a/test/built-ins/TypedArrays/internals/DefineOwnProperty/key-is-numericindex.js +++ b/test/built-ins/TypedArrays/internals/DefineOwnProperty/key-is-numericindex.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc -description: | +description: > Returns true after setting a valid numeric index key info: | 9.4.5.3 [[DefineOwnProperty]] ( P, Desc) diff --git a/test/built-ins/TypedArrays/internals/DefineOwnProperty/set-value.js b/test/built-ins/TypedArrays/internals/DefineOwnProperty/set-value.js index 06b7e800b7..ff71bee907 100644 --- a/test/built-ins/TypedArrays/internals/DefineOwnProperty/set-value.js +++ b/test/built-ins/TypedArrays/internals/DefineOwnProperty/set-value.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc -description: | +description: > Set the value and return true info: | 9.4.5.3 [[DefineOwnProperty]] ( P, Desc) diff --git a/test/built-ins/TypedArrays/internals/GetOwnProperty/key-is-not-canonical-index.js b/test/built-ins/TypedArrays/internals/GetOwnProperty/key-is-not-canonical-index.js index a7747e507e..35b6fa01c5 100644 --- a/test/built-ins/TypedArrays/internals/GetOwnProperty/key-is-not-canonical-index.js +++ b/test/built-ins/TypedArrays/internals/GetOwnProperty/key-is-not-canonical-index.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-integer-indexed-exotic-objects-getownproperty-p -description: | +description: > Returns an ordinary property value if numeric key is not a CanonicalNumericIndex info: | diff --git a/test/built-ins/TypedArrays/internals/HasProperty/detached-buffer-key-is-not-number.js b/test/built-ins/TypedArrays/internals/HasProperty/detached-buffer-key-is-not-number.js index e11aaae75c..011e80c0b6 100644 --- a/test/built-ins/TypedArrays/internals/HasProperty/detached-buffer-key-is-not-number.js +++ b/test/built-ins/TypedArrays/internals/HasProperty/detached-buffer-key-is-not-number.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-integer-indexed-exotic-objects-getproperty-p -description: | +description: > Does not throw on an instance with a detached buffer if key is not a CanonicalNumericIndexString info: | diff --git a/test/harness/propertyhelper-verifyenumerable-not-enumerable-symbol.js b/test/harness/propertyhelper-verifyenumerable-not-enumerable-symbol.js index 5079502e72..2f0d2461bb 100644 --- a/test/harness/propertyhelper-verifyenumerable-not-enumerable-symbol.js +++ b/test/harness/propertyhelper-verifyenumerable-not-enumerable-symbol.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -description: | +description: > Objects whose specified symbol property is not enumerable do not satisfy the assertion. includes: [propertyHelper.js,sta.js] diff --git a/test/harness/propertyhelper-verifyenumerable-not-enumerable.js b/test/harness/propertyhelper-verifyenumerable-not-enumerable.js index 861592a9a4..fcb4dfce5f 100644 --- a/test/harness/propertyhelper-verifyenumerable-not-enumerable.js +++ b/test/harness/propertyhelper-verifyenumerable-not-enumerable.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -description: | +description: > Objects whose specified string property is not enumerable do not satisfy the assertion. includes: [propertyHelper.js,sta.js] diff --git a/test/harness/propertyhelper-verifynotenumerable-enumerable-symbol.js b/test/harness/propertyhelper-verifynotenumerable-enumerable-symbol.js index 80e4ed4286..8e6f0cdcae 100644 --- a/test/harness/propertyhelper-verifynotenumerable-enumerable-symbol.js +++ b/test/harness/propertyhelper-verifynotenumerable-enumerable-symbol.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -description: | +description: > Objects whose specified symbol property is enumerable do not satisfy the assertion. includes: [propertyHelper.js,sta.js] diff --git a/test/harness/propertyhelper-verifynotenumerable-enumerable.js b/test/harness/propertyhelper-verifynotenumerable-enumerable.js index b22a91c71d..65e63bb360 100644 --- a/test/harness/propertyhelper-verifynotenumerable-enumerable.js +++ b/test/harness/propertyhelper-verifynotenumerable-enumerable.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -description: | +description: > Objects whose specified string property is enumerable do not satisfy the assertion. includes: [propertyHelper.js,sta.js] diff --git a/test/harness/propertyhelper-verifynotenumerable-not-enumerable-symbol.js b/test/harness/propertyhelper-verifynotenumerable-not-enumerable-symbol.js index 5cc7d53c08..6c19b2e5b6 100644 --- a/test/harness/propertyhelper-verifynotenumerable-not-enumerable-symbol.js +++ b/test/harness/propertyhelper-verifynotenumerable-not-enumerable-symbol.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -description: | +description: > Objects whose specified symbol property is not enumerable satisfy the assertion. includes: [propertyHelper.js] diff --git a/test/harness/propertyhelper-verifynotenumerable-not-enumerable.js b/test/harness/propertyhelper-verifynotenumerable-not-enumerable.js index 29c32fab69..e1ad1503f2 100644 --- a/test/harness/propertyhelper-verifynotenumerable-not-enumerable.js +++ b/test/harness/propertyhelper-verifynotenumerable-not-enumerable.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -description: | +description: > Objects whose specified string property is not enumerable satisfy the assertion. includes: [propertyHelper.js] diff --git a/test/language/expressions/property-accessors/non-identifier-name.js b/test/language/expressions/property-accessors/non-identifier-name.js index 3436eccb7f..d7627355ff 100644 --- a/test/language/expressions/property-accessors/non-identifier-name.js +++ b/test/language/expressions/property-accessors/non-identifier-name.js @@ -5,7 +5,7 @@ esid: sec-left-hand-side-expressions info: | Token following DOT must be a valid identifier-name, test with string literal. -description: | +description: > 12.3 Left-Hand-Side Expressions MemberExpression[Yield, Await]: MemberExpression[?Yield, ?Await] . IdentifierName