mirror of
https://github.com/tc39/test262.git
synced 2025-07-21 21:14:45 +02:00
Use esid tags on TypedArray/prototype/*
This commit is contained in:
parent
c1bc43b1b1
commit
08c1f36828
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es6id: 22.2.3.30
|
||||
esid: sec-%typedarray%.prototype-@@iterator
|
||||
description: >
|
||||
Initial state of the Symbol.iterator property
|
||||
info: |
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.31
|
||||
esid: sec-get-%typedarray%.prototype-@@tostringtag
|
||||
description: >
|
||||
Return undefined if this value does not have a [[TypedArrayName]] internal slot
|
||||
info: |
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.31
|
||||
esid: sec-get-%typedarray%.prototype-@@tostringtag
|
||||
description: If this value is not Object, return undefined.
|
||||
info: |
|
||||
22.2.3.31 get %TypedArray%.prototype [ @@toStringTag ]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es6id: 22.2.3.31
|
||||
esid: sec-get-%typedarray%.prototype-@@tostringtag
|
||||
description: >
|
||||
get %TypedArray%.prototype [ @@toStringTag ].length is 0.
|
||||
info: |
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es6id: 22.2.3.31
|
||||
esid: sec-get-%typedarray%.prototype-@@tostringtag
|
||||
description: >
|
||||
get %TypedArray%.prototype [ @@toStringTag ].name is "get [Symbol.toStringTag]".
|
||||
info: |
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.31
|
||||
esid: sec-get-%typedarray%.prototype-@@tostringtag
|
||||
description: >
|
||||
"@@toStringTag" property of TypedArrayPrototype
|
||||
info: |
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.31
|
||||
esid: sec-get-%typedarray%.prototype-@@tostringtag
|
||||
description: >
|
||||
Return undefined if this value does not have a [[TypedArrayName]] internal slot
|
||||
info: |
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.31
|
||||
esid: sec-get-%typedarray%.prototype-@@tostringtag
|
||||
description: If this value is not Object, return undefined.
|
||||
info: |
|
||||
22.2.3.31 get %TypedArray%.prototype [ @@toStringTag ]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es6id: 22.2.3.31
|
||||
esid: sec-get-%typedarray%.prototype-@@tostringtag
|
||||
description: >
|
||||
get %TypedArray%.prototype [ @@toStringTag ].length is 0.
|
||||
info: |
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es6id: 22.2.3.31
|
||||
esid: sec-get-%typedarray%.prototype-@@tostringtag
|
||||
description: >
|
||||
get %TypedArray%.prototype [ @@toStringTag ].name is "get [Symbol.toStringTag]".
|
||||
info: |
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.31
|
||||
esid: sec-get-%typedarray%.prototype-@@tostringtag
|
||||
description: >
|
||||
"@@toStringTag" property of TypedArrayPrototype
|
||||
info: |
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.1
|
||||
esid: sec-get-%typedarray%.prototype.buffer
|
||||
description: >
|
||||
Return buffer from [[ViewedArrayBuffer]] internal slot
|
||||
info: |
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.1
|
||||
esid: sec-get-%typedarray%.prototype.buffer
|
||||
description: >
|
||||
Requires this value to have a [[ViewedArrayBuffer]] internal slot
|
||||
info: |
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.1
|
||||
esid: sec-get-%typedarray%.prototype.buffer
|
||||
description: Throws a TypeError exception when invoked as a function
|
||||
info: |
|
||||
22.2.3.1 get %TypedArray%.prototype.buffer
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es6id: 22.2.3.1
|
||||
esid: sec-get-%typedarray%.prototype.buffer
|
||||
description: >
|
||||
get %TypedArray%.prototype.buffer.length is 0.
|
||||
info: |
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es6id: 22.2.3.1
|
||||
esid: sec-get-%typedarray%.prototype.buffer
|
||||
description: >
|
||||
get %TypedArray%.prototype.buffer.name is "get buffer".
|
||||
info: |
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.1
|
||||
esid: sec-get-%typedarray%.prototype.buffer
|
||||
description: >
|
||||
"buffer" property of TypedArrayPrototype
|
||||
info: |
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.1
|
||||
esid: sec-get-%typedarray%.prototype.buffer
|
||||
description: >
|
||||
Return buffer from [[ViewedArrayBuffer]] internal slot
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-get-%typedarray%.prototype.buffer
|
||||
es6id: 22.2.3.1
|
||||
description: >
|
||||
Throws a TypeError exception when `this` does not have a [[TypedArrayName]]
|
||||
internal slot
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.1
|
||||
esid: sec-get-%typedarray%.prototype.buffer
|
||||
description: Throws a TypeError exception when `this` is not Object
|
||||
info: |
|
||||
22.2.3.1 get %TypedArray%.prototype.buffer
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.2
|
||||
esid: sec-get-%typedarray%.prototype.bytelength
|
||||
description: >
|
||||
Return value from [[ByteLength]] internal slot
|
||||
info: |
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.2
|
||||
esid: sec-get-%typedarray%.prototype.bytelength
|
||||
description: >
|
||||
Requires this value to have a [[ViewedArrayBuffer]] internal slot
|
||||
info: |
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.2
|
||||
esid: sec-get-%typedarray%.prototype.bytelength
|
||||
description: Throws a TypeError exception when invoked as a function
|
||||
info: |
|
||||
22.2.3.2 get %TypedArray%.prototype.byteLength
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es6id: 22.2.3.2
|
||||
esid: sec-get-%typedarray%.prototype.bytelength
|
||||
description: >
|
||||
get %TypedArray%.prototype.byteLength.length is 0.
|
||||
info: |
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es6id: 22.2.3.2
|
||||
esid: sec-get-%typedarray%.prototype.bytelength
|
||||
description: >
|
||||
get %TypedArray%.prototype.byteLength.name is "get byteLength".
|
||||
info: |
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.2
|
||||
esid: sec-get-%typedarray%.prototype.bytelength
|
||||
description: >
|
||||
"byteLength" property of TypedArrayPrototype
|
||||
info: |
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.2
|
||||
esid: sec-get-%typedarray%.prototype.bytelength
|
||||
description: >
|
||||
Return value from [[ByteLength]] internal slot
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-get-%typedarray%.prototype.bytelength
|
||||
es6id: 22.2.3.2
|
||||
description: >
|
||||
Throws a TypeError exception when `this` does not have a [[TypedArrayName]]
|
||||
internal slot
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.2
|
||||
esid: sec-get-%typedarray%.prototype.bytelength
|
||||
description: Throws a TypeError exception when `this` is not Object
|
||||
info: |
|
||||
22.2.3.2 get %TypedArray%.prototype.byteLength
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.3
|
||||
esid: sec-get-%typedarray%.prototype.byteoffset
|
||||
description: >
|
||||
Return value from [[ByteOffset]] internal slot
|
||||
info: |
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.3
|
||||
esid: sec-get-%typedarray%.prototype.byteoffset
|
||||
description: >
|
||||
Requires this value to have a [[ViewedArrayBuffer]] internal slot
|
||||
info: |
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.3
|
||||
esid: sec-get-%typedarray%.prototype.byteoffset
|
||||
description: Throws a TypeError exception when invoked as a function
|
||||
info: |
|
||||
22.2.3.3 get %TypedArray%.prototype.byteOffset
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es6id: 22.2.3.3
|
||||
esid: sec-get-%typedarray%.prototype.byteoffset
|
||||
description: >
|
||||
get %TypedArray%.prototype.byteOffset.length is 0.
|
||||
info: |
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es6id: 22.2.3.3
|
||||
esid: sec-get-%typedarray%.prototype.byteoffset
|
||||
description: >
|
||||
get %TypedArray%.prototype.byteOffset.name is "get byteOffset".
|
||||
info: |
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.3
|
||||
esid: sec-get-%typedarray%.prototype.byteoffset
|
||||
description: >
|
||||
"byteOffset" property of TypedArrayPrototype
|
||||
info: |
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.3
|
||||
esid: sec-get-%typedarray%.prototype.byteoffset
|
||||
description: >
|
||||
Return value from [[ByteOffset]] internal slot
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-get-%typedarray%.prototype.byteoffset
|
||||
es6id: 22.2.3.3
|
||||
description: >
|
||||
Throws a TypeError exception when `this` does not have a [[TypedArrayName]]
|
||||
internal slot
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.3
|
||||
esid: sec-get-%typedarray%.prototype.byteoffset
|
||||
description: Throws a TypeError exception when `this` is not Object
|
||||
info: |
|
||||
22.2.3.3 get %TypedArray%.prototype.byteOffset
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es6id: 22.2.3.4
|
||||
esid: sec-%typedarray%.prototype.constructor
|
||||
description: >
|
||||
Initial state of the constructor property
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
end argument is coerced to an integer values.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
start argument is coerced to an integer value.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
target argument is coerced to an integer value.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Unreachable abrupt from Get(O, "length") as [[ArrayLength]] is returned.
|
||||
info: |
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.5
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
description: Throws a TypeError exception when invoked as a function
|
||||
info: |
|
||||
22.2.3.5 %TypedArray%.prototype.copyWithin (target, start [, end ] )
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.5
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
description: Requires a [[TypedArrayName]] internal slot.
|
||||
info: |
|
||||
22.2.3.5 %TypedArray%.prototype.copyWithin (target, start [, end ] )
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es6id: 22.2.3.5
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
description: >
|
||||
%TypedArray%.prototype.copyWithin.length is 2.
|
||||
info: |
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es6id: 22.2.3.5
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
description: >
|
||||
%TypedArray%.prototype.copyWithin.name is "copyWithin".
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Set values with negative end argument.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Set values with negative out of bounds end argument.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Set values with out of bounds negative start argument.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Set values with out of bounds negative target argument.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Set values with negative start argument.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Set values with negative target argument.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Max value of end position is the this.length.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Max values of target and start positions are this.length.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Copy values with non-negative target and start positions.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Copy values with non-negative target, start and end positions.
|
||||
info: |
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.5
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
description: >
|
||||
"copyWithin" property of TypedArrayPrototype
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Return abrupt if end is a Symbol.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Return abrupt from ToInteger(end).
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Return abrupt if start is a Symbol.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Return abrupt from ToInteger(start).
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Return abrupt if target is a Symbol.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Return abrupt from ToInteger(target).
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Returns `this`.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
If `end` is undefined, set final position to `this.length`.
|
||||
info: |
|
||||
|
@ -3,7 +3,6 @@
|
||||
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: Preservation of bit-level encoding
|
||||
info: |
|
||||
Array.prototype.copyWithin (target, start [ , end ] )
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
end argument is coerced to an integer values.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
start argument is coerced to an integer value.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
target argument is coerced to an integer value.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Unreachable abrupt from Get(O, "length") as [[ArrayLength]] is returned.
|
||||
info: |
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.5
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
description: Throws a TypeError exception when invoked as a function
|
||||
info: |
|
||||
22.2.3.5 %TypedArray%.prototype.copyWithin (target, start [, end ] )
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.5
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
description: Requires a [[TypedArrayName]] internal slot.
|
||||
info: |
|
||||
22.2.3.5 %TypedArray%.prototype.copyWithin (target, start [, end ] )
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es6id: 22.2.3.5
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
description: >
|
||||
%TypedArray%.prototype.copyWithin.length is 2.
|
||||
info: |
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es6id: 22.2.3.5
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
description: >
|
||||
%TypedArray%.prototype.copyWithin.name is "copyWithin".
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Set values with negative end argument.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Set values with negative out of bounds end argument.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Set values with out of bounds negative start argument.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Set values with out of bounds negative target argument.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Set values with negative start argument.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Set values with negative target argument.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Max value of end position is the this.length.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Max values of target and start positions are this.length.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Copy values with non-negative target and start positions.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Copy values with non-negative target, start and end positions.
|
||||
info: |
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.5
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
description: >
|
||||
"copyWithin" property of TypedArrayPrototype
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Return abrupt if end is a Symbol.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Return abrupt from ToInteger(end).
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Return abrupt if start is a Symbol.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Return abrupt from ToInteger(start).
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Return abrupt if target is a Symbol.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Return abrupt from ToInteger(target).
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
Returns `this`.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-%typedarray%.prototype.copywithin
|
||||
es6id: 22.2.3.5
|
||||
description: >
|
||||
If `end` is undefined, set final position to `this.length`.
|
||||
info: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es6id: 22.2.3.6
|
||||
esid: sec-%typedarray%.prototype.entries
|
||||
description: >
|
||||
The prototype of the returned iterator is ArrayIteratorPrototype
|
||||
|
@ -1,7 +1,6 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.6
|
||||
esid: sec-%typedarray%.prototype.entries
|
||||
description: Return an iterator for the entries.
|
||||
info: |
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.6
|
||||
esid: sec-%typedarray%.prototype.entries
|
||||
description: Throws a TypeError exception when invoked as a function
|
||||
info: |
|
||||
22.2.3.6 %TypedArray%.prototype.entries ( )
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 22.2.3.6
|
||||
esid: sec-%typedarray%.prototype.entries
|
||||
description: Requires a [[TypedArrayName]] internal slot.
|
||||
info: |
|
||||
22.2.3.6 %TypedArray%.prototype.entries ( )
|
||||
|
@ -2,7 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es6id: 22.2.3.6
|
||||
esid: sec-%typedarray%.prototype.entries
|
||||
description: >
|
||||
The prototype of the returned iterator is ArrayIteratorPrototype
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es6id: 22.2.3.6
|
||||
esid: sec-%typedarray%.prototype.entries
|
||||
description: >
|
||||
%TypedArray%.prototype.entries.length is 0.
|
||||
info: |
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user