mirror of https://github.com/tc39/test262.git
fix yaml
This commit is contained in:
parent
a43777651c
commit
24356b0c2c
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-atomics.wake
|
||||
description:
|
||||
description: >
|
||||
Throws a RangeError is index < 0
|
||||
info: |
|
||||
Atomics.wake( typedArray, index, count )
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-atomics.wake
|
||||
description:
|
||||
description: >
|
||||
Throws a TypeError if typedArray arg is not an Int32Array
|
||||
info: |
|
||||
Atomics.wake( typedArray, index, count )
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-atomics.wake
|
||||
description:
|
||||
description: >
|
||||
Throws a TypeError if typedArray.buffer is not a SharedArrayBuffer
|
||||
info: |
|
||||
Atomics.wake( typedArray, index, count )
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-atomics.wake
|
||||
description:
|
||||
description: >
|
||||
Throws a TypeError if the typedArray arg is not a TypedArray object
|
||||
info: |
|
||||
Atomics.wake( typedArray, index, count )
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-atomics.wake
|
||||
description:
|
||||
description: >
|
||||
Throws a TypeError if typedArray arg is not an Object
|
||||
info: |
|
||||
Atomics.wake( typedArray, index, count )
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-atomics.wake
|
||||
description:
|
||||
description: >
|
||||
A null value for bufferData throws a TypeError
|
||||
info: |
|
||||
Atomics.wake( typedArray, index, count )
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-atomics.wake
|
||||
description:
|
||||
description: >
|
||||
An undefined index arg should translate to 0
|
||||
info: |
|
||||
Atomics.wake( typedArray, index, count )
|
||||
|
|
Loading…
Reference in New Issue