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