Add harness/detachArrayBuffer.js

This commit is contained in:
Leonardo Balter 2016-03-17 17:16:38 -04:00
parent 7499d3c208
commit 70c7375be8
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
function $DETACHBUFFER(buffer) {
throw new Test262Error("No method available to detach an ArrayBuffer");
}