af1d06a9bc
A number of known failures are marked. To support test262's new tests which simulate multiple script tags, this patch calls out to the d8 realm API from the harness adaptation code. Review-Url: https://codereview.chromium.org/2290023002 Cr-Commit-Position: refs/heads/master@{#39099}
10 lines
271 B
JavaScript
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;
|