Frontmatter: fixup "description: |" to "description: >"

This commit is contained in:
Rick Waldron 2018-01-05 12:29:17 -05:00
parent 92a2621901
commit 89ac510488
54 changed files with 54 additions and 54 deletions

View File

@ -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 ]

View File

@ -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

View File

@ -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: |

View File

@ -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

View File

@ -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: |

View File

@ -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

View File

@ -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: |

View File

@ -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 ] )

View File

@ -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 ( )

View File

@ -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 ] )

View File

@ -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 ] ] )

View File

@ -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 ] )

View File

@ -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 ] )

View File

@ -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 ] )

View File

@ -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 ] )

View File

@ -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 ] )

View File

@ -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 ] )

View File

@ -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 )

View File

@ -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 ( )

View File

@ -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 ] )

View File

@ -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

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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 ] )

View File

@ -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 ] )

View File

@ -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 ] )

View File

@ -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 ( )

View File

@ -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

View File

@ -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 )

View File

@ -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 ] )

View File

@ -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 )

View File

@ -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 )

View File

@ -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 ] ])

View File

@ -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 ( )

View File

@ -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)

View File

@ -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: |

View File

@ -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)

View File

@ -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)

View File

@ -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: |

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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: |

View File

@ -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: |

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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