Home
last modified time | relevance | path

Searched refs:TestWithIsolate (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/unittests/
Dtest-utils.cc28 ArrayBufferAllocator* TestWithIsolate::array_buffer_allocator_ = NULL;
31 Isolate* TestWithIsolate::isolate_ = NULL;
34 TestWithIsolate::TestWithIsolate() in TestWithIsolate() function in v8::TestWithIsolate
38 TestWithIsolate::~TestWithIsolate() {} in ~TestWithIsolate()
42 void TestWithIsolate::SetUpTestCase() { in SetUpTestCase()
54 void TestWithIsolate::TearDownTestCase() { in TearDownTestCase()
93 TestWithIsolate::~TestWithIsolate() {} in ~TestWithIsolate()
97 Factory* TestWithIsolate::factory() const { return isolate()->factory(); } in factory()
100 base::RandomNumberGenerator* TestWithIsolate::random_number_generator() const { in random_number_generator()
Dtest-utils.h19 class TestWithIsolate : public virtual ::testing::Test {
21 TestWithIsolate();
22 virtual ~TestWithIsolate();
35 DISALLOW_COPY_AND_ASSIGN(TestWithIsolate);
39 class TestWithContext : public virtual TestWithIsolate {
78 class TestWithIsolate : public virtual ::v8::TestWithIsolate {
80 TestWithIsolate() {} in TestWithIsolate() function
81 virtual ~TestWithIsolate();
85 return reinterpret_cast<Isolate*>(::v8::TestWithIsolate::isolate()); in isolate()
90 DISALLOW_COPY_AND_ASSIGN(TestWithIsolate);
[all …]
/external/v8/test/unittests/compiler/
Dzone-pool-unittest.cc13 class ZonePoolTest : public TestWithIsolate {