mirror of
https://github.com/tc39/test262.git
synced 2025-05-14 20:00:31 +02:00
4 lines
109 B
JavaScript
4 lines
109 B
JavaScript
function $DETACHBUFFER(buffer) {
|
|
throw new Test262Error("No method available to detach an ArrayBuffer");
|
|
}
|