mirror of https://github.com/tc39/test262.git
Add harness/detachArrayBuffer.js
This commit is contained in:
parent
7499d3c208
commit
70c7375be8
|
@ -0,0 +1,3 @@
|
|||
function $DETACHBUFFER(buffer) {
|
||||
throw new Test262Error("No method available to detach an ArrayBuffer");
|
||||
}
|
Loading…
Reference in New Issue