mirror of https://github.com/tc39/test262.git
4 lines
109 B
JavaScript
4 lines
109 B
JavaScript
|
function $DETACHBUFFER(buffer) {
|
||
|
throw new Test262Error("No method available to detach an ArrayBuffer");
|
||
|
}
|