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.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.fill
|
||||
description: Security Throws a TypeError if end coercion detaches
|
||||
the buffer
|
||||
description: >
|
||||
Security Throws a TypeError if end coercion detaches the buffer
|
||||
info: |
|
||||
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.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.fill
|
||||
description: Security Throws a TypeError if start coercion detaches
|
||||
the buffer
|
||||
description: >
|
||||
Security Throws a TypeError if start coercion detaches the buffer
|
||||
info: |
|
||||
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.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.fill
|
||||
description: Security Throws a TypeError if value coercion detaches
|
||||
the buffer
|
||||
description: >
|
||||
Security Throws a TypeError if value coercion detaches the buffer
|
||||
info: |
|
||||
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.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.sort
|
||||
description: SECURITY Throws a TypeError if coercion of the comparefn
|
||||
return value detaches the object buffer
|
||||
description: >
|
||||
SECURITY Throws a TypeError if coercion of the comparefn return value
|
||||
detaches the object buffer
|
||||
info: |
|
||||
22.2.3.26 %TypedArray%.prototype.sort ( comparefn )
|
||||
|
||||
|
|
Loading…
Reference in New Issue