Skip to content
Snippets Groups Projects
Commit 24356b0c authored by Leo Balter's avatar Leo Balter
Browse files

fix yaml

parent a4377765
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
/*--- /*---
esid: sec-atomics.wake esid: sec-atomics.wake
description: description: >
Throws a RangeError is index < 0 Throws a RangeError is index < 0
info: | info: |
Atomics.wake( typedArray, index, count ) Atomics.wake( typedArray, index, count )
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
/*--- /*---
esid: sec-atomics.wake esid: sec-atomics.wake
description: description: >
Throws a TypeError if typedArray arg is not an Int32Array Throws a TypeError if typedArray arg is not an Int32Array
info: | info: |
Atomics.wake( typedArray, index, count ) Atomics.wake( typedArray, index, count )
......
...@@ -2,7 +2,7 @@ ...@@ -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-atomics.wake esid: sec-atomics.wake
description: description: >
Throws a TypeError if typedArray.buffer is not a SharedArrayBuffer Throws a TypeError if typedArray.buffer is not a SharedArrayBuffer
info: | info: |
Atomics.wake( typedArray, index, count ) Atomics.wake( typedArray, index, count )
......
...@@ -2,7 +2,7 @@ ...@@ -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-atomics.wake esid: sec-atomics.wake
description: description: >
Throws a TypeError if the typedArray arg is not a TypedArray object Throws a TypeError if the typedArray arg is not a TypedArray object
info: | info: |
Atomics.wake( typedArray, index, count ) Atomics.wake( typedArray, index, count )
......
...@@ -2,7 +2,7 @@ ...@@ -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-atomics.wake esid: sec-atomics.wake
description: description: >
Throws a TypeError if typedArray arg is not an Object Throws a TypeError if typedArray arg is not an Object
info: | info: |
Atomics.wake( typedArray, index, count ) Atomics.wake( typedArray, index, count )
......
...@@ -2,7 +2,7 @@ ...@@ -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-atomics.wake esid: sec-atomics.wake
description: description: >
A null value for bufferData throws a TypeError A null value for bufferData throws a TypeError
info: | info: |
Atomics.wake( typedArray, index, count ) Atomics.wake( typedArray, index, count )
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
/*--- /*---
esid: sec-atomics.wake esid: sec-atomics.wake
description: description: >
An undefined index arg should translate to 0 An undefined index arg should translate to 0
info: | info: |
Atomics.wake( typedArray, index, count ) Atomics.wake( typedArray, index, count )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment