mirror of
https://github.com/tc39/test262.git
synced 2025-07-12 08:34:41 +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");
|
|
}
|