mirror of
https://github.com/tc39/test262.git
synced 2025-12-03 20:14:39 +01:00
Replace createExternalArrayBuffer
This commit is contained in:
parent
28238d3b88
commit
2d3d609041
@ -12,6 +12,6 @@ description: |
|
|||||||
esid: pending
|
esid: pending
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var b = createExternalArrayBuffer(0);
|
var b = new ArrayBuffer(0);
|
||||||
assert.sameValue(b.byteLength, 0);
|
assert.sameValue(b.byteLength, 0);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user