blob: b88777d77cb0006a2b3437c56cab2cbdb9f748a0 (
plain)
1
2
3
4
5
|
// Copyright 2022 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.
extern class JSSharedArray extends JSObject {}
|