Searched defs:TestWithIsolate (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/unittests/
H A Dtest-utils.cc28 ArrayBufferAllocator* TestWithIsolate::array_buffer_allocator_ = NULL;
31 Isolate* TestWithIsolate::isolate_ = NULL;
34 TestWithIsolate::TestWithIsolate() function in class:v8::TestWithIsolate
38 TestWithIsolate::~TestWithIsolate() {}
42 void TestWithIsolate::SetUpTestCase() {
54 void TestWithIsolate::TearDownTestCase() {
93 TestWithIsolate::~TestWithIsolate() {}
[all...]
H A Dtest-utils.h19 class TestWithIsolate : public virtual ::testing::Test { class in namespace:v8
21 TestWithIsolate();
22 virtual ~TestWithIsolate();
35 DISALLOW_COPY_AND_ASSIGN(TestWithIsolate);
39 class TestWithContext : public virtual TestWithIsolate {
78 class TestWithIsolate : public virtual ::v8::TestWithIsolate { class in namespace:v8::internal
80 TestWithIsolate() {} function in class:v8::internal::TestWithIsolate
81 virtual ~TestWithIsolate();
85 return reinterpret_cast<Isolate*>(::v8::TestWithIsolate
[all...]

Completed in 54 milliseconds