mirror of
https://github.com/tc39/test262.git
synced 2025-07-28 16:34:27 +02:00
Frontmatter: fixup "description: |" to "description: >"
This commit is contained in:
parent
92a2621901
commit
89ac510488
@ -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 ]
|
||||
|
@ -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
|
||||
|
@ -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: |
|
||||
|
@ -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
|
||||
|
@ -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: |
|
||||
|
@ -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
|
||||
|
@ -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: |
|
||||
|
@ -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 ] )
|
||||
|
@ -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 ( )
|
||||
|
@ -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 ] )
|
||||
|
@ -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 ] ] )
|
||||
|
@ -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 ] )
|
||||
|
@ -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 ] )
|
||||
|
@ -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 ] )
|
||||
|
@ -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 ] )
|
||||
|
@ -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 ] )
|
||||
|
@ -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 ] )
|
||||
|
@ -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 )
|
||||
|
@ -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 ( )
|
||||
|
@ -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 ] )
|
||||
|
@ -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
|
||||
|
@ -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: |
|
||||
|
@ -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: |
|
||||
|
@ -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: |
|
||||
|
@ -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 ] )
|
||||
|
@ -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 ] )
|
||||
|
@ -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 ] )
|
||||
|
@ -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 ( )
|
||||
|
@ -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
|
||||
|
@ -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 )
|
||||
|
@ -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 ] )
|
||||
|
@ -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 )
|
||||
|
@ -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 )
|
||||
|
@ -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 ] ])
|
||||
|
@ -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 ( )
|
||||
|
@ -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)
|
||||
|
@ -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: |
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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: |
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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: |
|
||||
|
@ -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: |
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user