mirror of
https://github.com/tc39/test262.git
synced 2025-07-21 04:54:44 +02:00
Add missing features: [resizable-arraybuffer] (#3029)
* Add missing features: [resizable-arraybuffer] * fixup! Add missing features: [resizable-arraybuffer] Co-authored-by: Mike Pennisi <mike@mikepennisi.com>
This commit is contained in:
parent
802f22bf0e
commit
fb0a68a2cf
@ -11,6 +11,7 @@ info: |
|
|||||||
Built-in function objects that are not identified as constructors do not
|
Built-in function objects that are not identified as constructors do not
|
||||||
implement the [[Construct]] internal method unless otherwise specified
|
implement the [[Construct]] internal method unless otherwise specified
|
||||||
in the description of a particular function.
|
in the description of a particular function.
|
||||||
|
features: [resizable-arraybuffer]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
assert.sameValue(
|
assert.sameValue(
|
||||||
|
@ -11,6 +11,7 @@ info: |
|
|||||||
Built-in function objects that are not identified as constructors do not
|
Built-in function objects that are not identified as constructors do not
|
||||||
implement the [[Construct]] internal method unless otherwise specified
|
implement the [[Construct]] internal method unless otherwise specified
|
||||||
in the description of a particular function.
|
in the description of a particular function.
|
||||||
|
features: [resizable-arraybuffer]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
assert.sameValue(
|
assert.sameValue(
|
||||||
|
@ -11,6 +11,7 @@ info: |
|
|||||||
Built-in function objects that are not identified as constructors do not
|
Built-in function objects that are not identified as constructors do not
|
||||||
implement the [[Construct]] internal method unless otherwise specified
|
implement the [[Construct]] internal method unless otherwise specified
|
||||||
in the description of a particular function.
|
in the description of a particular function.
|
||||||
|
features: [resizable-arraybuffer]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
assert.sameValue(
|
assert.sameValue(
|
||||||
|
@ -5,7 +5,7 @@ esid: sec-typedarray-buffer-byteoffset-length
|
|||||||
description: >
|
description: >
|
||||||
Throws a RangeError for resizable ArrayBuffers when offset > byteLength
|
Throws a RangeError for resizable ArrayBuffers when offset > byteLength
|
||||||
includes: [testTypedArray.js]
|
includes: [testTypedArray.js]
|
||||||
features: [TypedArray]
|
features: [TypedArray, resizable-arraybuffer]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
testWithTypedArrayConstructors(function(TA) {
|
testWithTypedArrayConstructors(function(TA) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user