chromium/v8/test/cctest/test-typedarrays.cc

// Copyright 2015 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.

#include <stdlib.h>

#include "src/execution/protectors-inl.h"
#include "test/cctest/cctest.h"

namespace v8 {
namespace internal {

void TestArrayBufferViewContents(LocalContext* env, bool should_use_buffer) {}

TEST(CopyContentsTypedArray) {}


TEST(CopyContentsArray) {}


TEST(CopyContentsView) {}

void TestSpeciesProtector(char* code,
                          bool invalidates_species_protector = true) {}

UNINITIALIZED_TEST(SpeciesConstructor) {}

UNINITIALIZED_TEST(SpeciesConstructorAccessor) {}

UNINITIALIZED_TEST(SpeciesModified) {}

UNINITIALIZED_TEST(SpeciesParentConstructor) {}

UNINITIALIZED_TEST(SpeciesProto) {}

}  // namespace internal
}  // namespace v8