summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/fail/typedarray.js
blob: 8fb92fbc1ba69e0af3651fb094ca21d27f1f01a3 (plain)
1
2
3
4
5
6
// Copyright 2017 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.

let a = new Uint8Array(16);
a.set([2], -1);