From 70c7375be83137015da2c5d6d29a3c40ad3cb5b1 Mon Sep 17 00:00:00 2001 From: Leonardo Balter Date: Thu, 17 Mar 2016 17:16:38 -0400 Subject: [PATCH] Add harness/detachArrayBuffer.js --- harness/detachArrayBuffer.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 harness/detachArrayBuffer.js diff --git a/harness/detachArrayBuffer.js b/harness/detachArrayBuffer.js new file mode 100644 index 0000000000..52c9021ee4 --- /dev/null +++ b/harness/detachArrayBuffer.js @@ -0,0 +1,3 @@ +function $DETACHBUFFER(buffer) { + throw new Test262Error("No method available to detach an ArrayBuffer"); +}