1
0
Fork 0
arangodb/3rdParty/V8/v5.7.0.0/test/test262/detachArrayBuffer.js

10 lines
271 B
JavaScript

// Copyright 2016 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
function $DETACHBUFFER(buffer) {
%ArrayBufferNeuter(buffer);
}
$.detachArrayBuffer = $DETACHBUFFER;