mirror of
https://github.com/tc39/test262.git
synced 2025-07-29 08:54:35 +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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-get-%typedarray%.prototype-@@tostringtag
|
esid: sec-get-%typedarray%.prototype-@@tostringtag
|
||||||
description: |
|
description: >
|
||||||
Return value from the [[TypedArrayName]] internal slot
|
Return value from the [[TypedArrayName]] internal slot
|
||||||
info: |
|
info: |
|
||||||
22.2.3.32 get %TypedArray%.prototype [ @@toStringTag ]
|
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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.3.1
|
es6id: 22.2.3.1
|
||||||
description: |
|
description: >
|
||||||
Return buffer from [[ViewedArrayBuffer]] internal slot
|
Return buffer from [[ViewedArrayBuffer]] internal slot
|
||||||
info: |
|
info: |
|
||||||
22.2.3.1 get %TypedArray%.prototype.buffer
|
22.2.3.1 get %TypedArray%.prototype.buffer
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-get-%typedarray%.prototype.buffer
|
esid: sec-get-%typedarray%.prototype.buffer
|
||||||
es6id: 22.2.3.1
|
es6id: 22.2.3.1
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError exception when `this` does not have a [[TypedArrayName]]
|
Throws a TypeError exception when `this` does not have a [[TypedArrayName]]
|
||||||
internal slot
|
internal slot
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.3.2
|
es6id: 22.2.3.2
|
||||||
description: |
|
description: >
|
||||||
Return value from [[ByteLength]] internal slot
|
Return value from [[ByteLength]] internal slot
|
||||||
info: |
|
info: |
|
||||||
22.2.3.2 get %TypedArray%.prototype.byteLength
|
22.2.3.2 get %TypedArray%.prototype.byteLength
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-get-%typedarray%.prototype.bytelength
|
esid: sec-get-%typedarray%.prototype.bytelength
|
||||||
es6id: 22.2.3.2
|
es6id: 22.2.3.2
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError exception when `this` does not have a [[TypedArrayName]]
|
Throws a TypeError exception when `this` does not have a [[TypedArrayName]]
|
||||||
internal slot
|
internal slot
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.3.3
|
es6id: 22.2.3.3
|
||||||
description: |
|
description: >
|
||||||
Return value from [[ByteOffset]] internal slot
|
Return value from [[ByteOffset]] internal slot
|
||||||
info: |
|
info: |
|
||||||
22.2.3.3 get %TypedArray%.prototype.byteOffset
|
22.2.3.3 get %TypedArray%.prototype.byteOffset
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-get-%typedarray%.prototype.byteoffset
|
esid: sec-get-%typedarray%.prototype.byteoffset
|
||||||
es6id: 22.2.3.3
|
es6id: 22.2.3.3
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError exception when `this` does not have a [[TypedArrayName]]
|
Throws a TypeError exception when `this` does not have a [[TypedArrayName]]
|
||||||
internal slot
|
internal slot
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-%typedarray%.prototype.copywithin
|
esid: sec-%typedarray%.prototype.copywithin
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError exception when `this` is not a TypedArray instance
|
Throws a TypeError exception when `this` is not a TypedArray instance
|
||||||
info: |
|
info: |
|
||||||
22.2.3.5 %TypedArray%.prototype.copyWithin (target, start [ , end ] )
|
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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-%typedarray%.prototype.entries
|
esid: sec-%typedarray%.prototype.entries
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError exception when `this` is not a TypedArray instance
|
Throws a TypeError exception when `this` is not a TypedArray instance
|
||||||
info: |
|
info: |
|
||||||
22.2.3.6 %TypedArray%.prototype.entries ( )
|
22.2.3.6 %TypedArray%.prototype.entries ( )
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-%typedarray%.prototype.every
|
esid: sec-%typedarray%.prototype.every
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError exception when `this` is not a TypedArray instance
|
Throws a TypeError exception when `this` is not a TypedArray instance
|
||||||
info: |
|
info: |
|
||||||
22.2.3.7 %TypedArray%.prototype.every ( callbackfn [ , thisArg ] )
|
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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-%typedarray%.prototype.fill
|
esid: sec-%typedarray%.prototype.fill
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError exception when `this` is not a TypedArray instance
|
Throws a TypeError exception when `this` is not a TypedArray instance
|
||||||
info: |
|
info: |
|
||||||
22.2.3.8 %TypedArray%.prototype.fill (value [ , start [ , end ] ] )
|
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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-%typedarray%.prototype.filter
|
esid: sec-%typedarray%.prototype.filter
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError exception when `this` is not a TypedArray instance
|
Throws a TypeError exception when `this` is not a TypedArray instance
|
||||||
info: |
|
info: |
|
||||||
22.2.3.9 %TypedArray%.prototype.filter ( callbackfn [ , thisArg ] )
|
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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-%typedarray%.prototype.find
|
esid: sec-%typedarray%.prototype.find
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError exception when `this` is not a TypedArray instance
|
Throws a TypeError exception when `this` is not a TypedArray instance
|
||||||
info: |
|
info: |
|
||||||
22.2.3.10 %TypedArray%.prototype.find (predicate [ , thisArg ] )
|
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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-%typedarray%.prototype.findindex
|
esid: sec-%typedarray%.prototype.findindex
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError exception when `this` is not a TypedArray instance
|
Throws a TypeError exception when `this` is not a TypedArray instance
|
||||||
info: |
|
info: |
|
||||||
22.2.3.11 %TypedArray%.prototype.findIndex ( predicate [ , thisArg ] )
|
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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-%typedarray%.prototype.foreach
|
esid: sec-%typedarray%.prototype.foreach
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError exception when `this` is not a TypedArray instance
|
Throws a TypeError exception when `this` is not a TypedArray instance
|
||||||
info: |
|
info: |
|
||||||
22.2.3.12 %TypedArray%.prototype.forEach ( callbackfn [ , thisArg ] )
|
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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-%typedarray%.prototype.includes
|
esid: sec-%typedarray%.prototype.includes
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError exception when `this` is not a TypedArray instance
|
Throws a TypeError exception when `this` is not a TypedArray instance
|
||||||
info: |
|
info: |
|
||||||
22.2.3.14 %TypedArray%.prototype.includes ( searchElement [ , fromIndex ] )
|
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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-%typedarray%.prototype.indexof
|
esid: sec-%typedarray%.prototype.indexof
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError exception when `this` is not a TypedArray instance
|
Throws a TypeError exception when `this` is not a TypedArray instance
|
||||||
info: |
|
info: |
|
||||||
22.2.3.13 %TypedArray%.prototype.indexOf (searchElement [ , fromIndex ] )
|
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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-%typedarray%.prototype.join
|
esid: sec-%typedarray%.prototype.join
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError exception when `this` is not a TypedArray instance
|
Throws a TypeError exception when `this` is not a TypedArray instance
|
||||||
info: |
|
info: |
|
||||||
22.2.3.15 %TypedArray%.prototype.join ( separator )
|
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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-%typedarray%.prototype.keys
|
esid: sec-%typedarray%.prototype.keys
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError exception when `this` is not a TypedArray instance
|
Throws a TypeError exception when `this` is not a TypedArray instance
|
||||||
info: |
|
info: |
|
||||||
22.2.3.16 %TypedArray%.prototype.keys ( )
|
22.2.3.16 %TypedArray%.prototype.keys ( )
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-%typedarray%.prototype.lastindexof
|
esid: sec-%typedarray%.prototype.lastindexof
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError exception when `this` is not a TypedArray instance
|
Throws a TypeError exception when `this` is not a TypedArray instance
|
||||||
info: |
|
info: |
|
||||||
22.2.3.17 %TypedArray%.prototype.lastIndexOf ( searchElement [ , fromIndex ] )
|
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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-get-%typedarray%.prototype.length
|
esid: sec-get-%typedarray%.prototype.length
|
||||||
description: |
|
description: >
|
||||||
Return value from the [[ArrayLength]] internal slot
|
Return value from the [[ArrayLength]] internal slot
|
||||||
info: |
|
info: |
|
||||||
22.2.3.18 get %TypedArray%.prototype.length
|
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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-get-%typedarray%.prototype.length
|
esid: sec-get-%typedarray%.prototype.length
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError exception when `this` does not have a [[TypedArrayName]]
|
Throws a TypeError exception when `this` does not have a [[TypedArrayName]]
|
||||||
internal slot
|
internal slot
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-%typedarray%.prototype.map
|
esid: sec-%typedarray%.prototype.map
|
||||||
description: |
|
description: >
|
||||||
Returns a new typedArray instance from the same constructor with the same
|
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
|
length and a new buffer object - testing on an instance with length == 0
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-%typedarray%.prototype.map
|
esid: sec-%typedarray%.prototype.map
|
||||||
description: |
|
description: >
|
||||||
Returns a new typedArray instance from the same constructor with the same
|
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
|
length and a new buffer object - testing on an instance with length > 0
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-%typedarray%.prototype.map
|
esid: sec-%typedarray%.prototype.map
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError exception when `this` is not a TypedArray instance
|
Throws a TypeError exception when `this` is not a TypedArray instance
|
||||||
info: |
|
info: |
|
||||||
22.2.3.19 %TypedArray%.prototype.map ( callbackfn [ , thisArg ] )
|
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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-%typedarray%.prototype.reduce
|
esid: sec-%typedarray%.prototype.reduce
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError exception when `this` is not a TypedArray instance
|
Throws a TypeError exception when `this` is not a TypedArray instance
|
||||||
info: |
|
info: |
|
||||||
22.2.3.20 %TypedArray%.prototype.reduce ( callbackfn [ , initialValue ] )
|
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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-%typedarray%.prototype.reduceright
|
esid: sec-%typedarray%.prototype.reduceright
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError exception when `this` is not a TypedArray instance
|
Throws a TypeError exception when `this` is not a TypedArray instance
|
||||||
info: |
|
info: |
|
||||||
22.2.3.21 %TypedArray%.prototype.reduceRight ( callbackfn [ , initialValue ] )
|
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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-%typedarray%.prototype.reverse
|
esid: sec-%typedarray%.prototype.reverse
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError exception when `this` is not a TypedArray instance
|
Throws a TypeError exception when `this` is not a TypedArray instance
|
||||||
info: |
|
info: |
|
||||||
22.2.3.22 %TypedArray%.prototype.reverse ( )
|
22.2.3.22 %TypedArray%.prototype.reverse ( )
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-%typedarray%.prototype.set-overloaded-offset
|
esid: sec-%typedarray%.prototype.set-overloaded-offset
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError exception when `this` is not a TypedArray instance
|
Throws a TypeError exception when `this` is not a TypedArray instance
|
||||||
info: |
|
info: |
|
||||||
22.2.3.23 %TypedArray%.prototype.set
|
22.2.3.23 %TypedArray%.prototype.set
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-%typedarray%.prototype.slice
|
esid: sec-%typedarray%.prototype.slice
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError exception when `this` is not a TypedArray instance
|
Throws a TypeError exception when `this` is not a TypedArray instance
|
||||||
info: |
|
info: |
|
||||||
22.2.3.24 %TypedArray%.prototype.slice ( start, end )
|
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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-%typedarray%.prototype.some
|
esid: sec-%typedarray%.prototype.some
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError exception when `this` is not a TypedArray instance
|
Throws a TypeError exception when `this` is not a TypedArray instance
|
||||||
info: |
|
info: |
|
||||||
22.2.3.25 %TypedArray%.prototype.some ( callbackfn [ , thisArg ] )
|
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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-%typedarray%.prototype.sort
|
esid: sec-%typedarray%.prototype.sort
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError exception when `this` is not a TypedArray instance
|
Throws a TypeError exception when `this` is not a TypedArray instance
|
||||||
info: |
|
info: |
|
||||||
22.2.3.26 %TypedArray%.prototype.sort ( comparefn )
|
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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-%typedarray%.prototype.subarray
|
esid: sec-%typedarray%.prototype.subarray
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError exception when `this` is not a TypedArray instance
|
Throws a TypeError exception when `this` is not a TypedArray instance
|
||||||
info: |
|
info: |
|
||||||
22.2.3.9 %TypedArray%.prototype.subarray( begin , end )
|
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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-%typedarray%.prototype.tolocalestring
|
esid: sec-%typedarray%.prototype.tolocalestring
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError exception when `this` is not a TypedArray instance
|
Throws a TypeError exception when `this` is not a TypedArray instance
|
||||||
info: |
|
info: |
|
||||||
22.2.3.28 %TypedArray%.prototype.toLocaleString ([ reserved1 [ , reserved2 ] ])
|
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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-%typedarray%.prototype.values
|
esid: sec-%typedarray%.prototype.values
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError exception when `this` is not a TypedArray instance
|
Throws a TypeError exception when `this` is not a TypedArray instance
|
||||||
info: |
|
info: |
|
||||||
22.2.3.30 %TypedArray%.prototype.values ( )
|
22.2.3.30 %TypedArray%.prototype.values ( )
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc
|
esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc
|
||||||
description: |
|
description: >
|
||||||
Return abrupt from the evaluation of ToNumber(desc.value)
|
Return abrupt from the evaluation of ToNumber(desc.value)
|
||||||
info: |
|
info: |
|
||||||
9.4.5.3 [[DefineOwnProperty]] ( P, Desc)
|
9.4.5.3 [[DefineOwnProperty]] ( P, Desc)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc
|
esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError if object has valid numeric index and a detached buffer
|
Throws a TypeError if object has valid numeric index and a detached buffer
|
||||||
(honoring the Realm of the current execution context)
|
(honoring the Realm of the current execution context)
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc
|
esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc
|
||||||
description: |
|
description: >
|
||||||
Throws a TypeError if object has valid numeric index and a detached buffer
|
Throws a TypeError if object has valid numeric index and a detached buffer
|
||||||
info: |
|
info: |
|
||||||
9.4.5.3 [[DefineOwnProperty]] ( P, Desc)
|
9.4.5.3 [[DefineOwnProperty]] ( P, Desc)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc
|
esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc
|
||||||
description: |
|
description: >
|
||||||
Sets an ordinary property value if numeric key is not a CanonicalNumericIndex
|
Sets an ordinary property value if numeric key is not a CanonicalNumericIndex
|
||||||
info: |
|
info: |
|
||||||
9.4.5.3 [[DefineOwnProperty]] ( P, Desc)
|
9.4.5.3 [[DefineOwnProperty]] ( P, Desc)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc
|
esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc
|
||||||
description: |
|
description: >
|
||||||
Returns false if key is a numeric index and Descriptor is an
|
Returns false if key is a numeric index and Descriptor is an
|
||||||
AccessorDescriptor
|
AccessorDescriptor
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc
|
esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc
|
||||||
description: |
|
description: >
|
||||||
Returns false if key is a numeric index and Desc.[[Configurable]] is true
|
Returns false if key is a numeric index and Desc.[[Configurable]] is true
|
||||||
info: |
|
info: |
|
||||||
9.4.5.3 [[DefineOwnProperty]] ( P, Desc)
|
9.4.5.3 [[DefineOwnProperty]] ( P, Desc)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc
|
esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc
|
||||||
description: |
|
description: >
|
||||||
Returns false if key is a numeric index and Desc.[[Enumerable]] is false
|
Returns false if key is a numeric index and Desc.[[Enumerable]] is false
|
||||||
info: |
|
info: |
|
||||||
9.4.5.3 [[DefineOwnProperty]] ( P, Desc)
|
9.4.5.3 [[DefineOwnProperty]] ( P, Desc)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc
|
esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc
|
||||||
description: |
|
description: >
|
||||||
Returns false if key is a numeric index and Desc.[[Writable]] is false
|
Returns false if key is a numeric index and Desc.[[Writable]] is false
|
||||||
info: |
|
info: |
|
||||||
9.4.5.3 [[DefineOwnProperty]] ( P, Desc)
|
9.4.5.3 [[DefineOwnProperty]] ( P, Desc)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc
|
esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc
|
||||||
description: |
|
description: >
|
||||||
Returns true after setting a valid numeric index key
|
Returns true after setting a valid numeric index key
|
||||||
info: |
|
info: |
|
||||||
9.4.5.3 [[DefineOwnProperty]] ( P, Desc)
|
9.4.5.3 [[DefineOwnProperty]] ( P, Desc)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc
|
esid: sec-integer-indexed-exotic-objects-defineownproperty-p-desc
|
||||||
description: |
|
description: >
|
||||||
Set the value and return true
|
Set the value and return true
|
||||||
info: |
|
info: |
|
||||||
9.4.5.3 [[DefineOwnProperty]] ( P, Desc)
|
9.4.5.3 [[DefineOwnProperty]] ( P, Desc)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-integer-indexed-exotic-objects-getownproperty-p
|
esid: sec-integer-indexed-exotic-objects-getownproperty-p
|
||||||
description: |
|
description: >
|
||||||
Returns an ordinary property value if numeric key is not a
|
Returns an ordinary property value if numeric key is not a
|
||||||
CanonicalNumericIndex
|
CanonicalNumericIndex
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-integer-indexed-exotic-objects-getproperty-p
|
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
|
Does not throw on an instance with a detached buffer if key is not a
|
||||||
CanonicalNumericIndexString
|
CanonicalNumericIndexString
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// 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
|
Objects whose specified symbol property is not enumerable do not satisfy the
|
||||||
assertion.
|
assertion.
|
||||||
includes: [propertyHelper.js,sta.js]
|
includes: [propertyHelper.js,sta.js]
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// 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
|
Objects whose specified string property is not enumerable do not satisfy the
|
||||||
assertion.
|
assertion.
|
||||||
includes: [propertyHelper.js,sta.js]
|
includes: [propertyHelper.js,sta.js]
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// 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
|
Objects whose specified symbol property is enumerable do not satisfy the
|
||||||
assertion.
|
assertion.
|
||||||
includes: [propertyHelper.js,sta.js]
|
includes: [propertyHelper.js,sta.js]
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// 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
|
Objects whose specified string property is enumerable do not satisfy the
|
||||||
assertion.
|
assertion.
|
||||||
includes: [propertyHelper.js,sta.js]
|
includes: [propertyHelper.js,sta.js]
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// 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
|
Objects whose specified symbol property is not enumerable satisfy the
|
||||||
assertion.
|
assertion.
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// 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
|
Objects whose specified string property is not enumerable satisfy the
|
||||||
assertion.
|
assertion.
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
esid: sec-left-hand-side-expressions
|
esid: sec-left-hand-side-expressions
|
||||||
info: |
|
info: |
|
||||||
Token following DOT must be a valid identifier-name, test with string literal.
|
Token following DOT must be a valid identifier-name, test with string literal.
|
||||||
description: |
|
description: >
|
||||||
12.3 Left-Hand-Side Expressions
|
12.3 Left-Hand-Side Expressions
|
||||||
MemberExpression[Yield, Await]:
|
MemberExpression[Yield, Await]:
|
||||||
MemberExpression[?Yield, ?Await] . IdentifierName
|
MemberExpression[?Yield, ?Await] . IdentifierName
|
||||||
|
Loading…
x
Reference in New Issue
Block a user