mirror of https://github.com/tc39/test262.git
parent
a1fbd310e0
commit
723205bd54
|
@ -2,8 +2,8 @@
|
||||||
// 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: Security Throws a TypeError if end coercion detaches
|
description: >
|
||||||
the buffer
|
Security Throws a TypeError if end coercion detaches the buffer
|
||||||
info: |
|
info: |
|
||||||
22.2.3.8 %TypedArray%.prototype.fill (value [ , start [ , end ] ] )
|
22.2.3.8 %TypedArray%.prototype.fill (value [ , start [ , end ] ] )
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// 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: Security Throws a TypeError if start coercion detaches
|
description: >
|
||||||
the buffer
|
Security Throws a TypeError if start coercion detaches the buffer
|
||||||
info: |
|
info: |
|
||||||
22.2.3.8 %TypedArray%.prototype.fill (value [ , start [ , end ] ] )
|
22.2.3.8 %TypedArray%.prototype.fill (value [ , start [ , end ] ] )
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// 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: Security Throws a TypeError if value coercion detaches
|
description: >
|
||||||
the buffer
|
Security Throws a TypeError if value coercion detaches the buffer
|
||||||
info: |
|
info: |
|
||||||
22.2.3.8 %TypedArray%.prototype.fill (value [ , start [ , end ] ] )
|
22.2.3.8 %TypedArray%.prototype.fill (value [ , start [ , end ] ] )
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,9 @@
|
||||||
// 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: SECURITY Throws a TypeError if coercion of the comparefn
|
description: >
|
||||||
return value detaches the object buffer
|
SECURITY Throws a TypeError if coercion of the comparefn return value
|
||||||
|
detaches the object buffer
|
||||||
info: |
|
info: |
|
||||||
22.2.3.26 %TypedArray%.prototype.sort ( comparefn )
|
22.2.3.26 %TypedArray%.prototype.sort ( comparefn )
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue