#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) { … }
}
}