Searched refs:TestWithIsolate (Results 1 – 2 of 2) sorted by relevance
15 class TestWithIsolate : public ::testing::Test {17 TestWithIsolate();18 virtual ~TestWithIsolate();30 DISALLOW_COPY_AND_ASSIGN(TestWithIsolate);34 class TestWithContext : public virtual TestWithIsolate {55 class TestWithIsolate : public virtual ::v8::TestWithIsolate {57 TestWithIsolate() {} in TestWithIsolate() function58 virtual ~TestWithIsolate();62 return reinterpret_cast<Isolate*>(::v8::TestWithIsolate::isolate()); in isolate()66 DISALLOW_COPY_AND_ASSIGN(TestWithIsolate);[all …]
12 Isolate* TestWithIsolate::isolate_ = NULL;15 TestWithIsolate::TestWithIsolate() in TestWithIsolate() function in v8::TestWithIsolate19 TestWithIsolate::~TestWithIsolate() {} in ~TestWithIsolate()23 void TestWithIsolate::SetUpTestCase() { in SetUpTestCase()32 void TestWithIsolate::TearDownTestCase() { in TearDownTestCase()49 TestWithIsolate::~TestWithIsolate() {} in ~TestWithIsolate()52 Factory* TestWithIsolate::factory() const { return isolate()->factory(); } in factory()