Lines Matching refs:CcTest
48 CcTest* CcTest::last_ = NULL;
49 bool CcTest::initialize_called_ = false;
50 v8::base::Atomic32 CcTest::isolate_used_ = 0;
51 v8::ArrayBuffer::Allocator* CcTest::allocator_ = NULL;
52 v8::Isolate* CcTest::isolate_ = NULL;
55 CcTest::CcTest(TestFunction* callback, const char* file, const char* name, in CcTest() function in CcTest
79 void CcTest::Run() { in Run()
83 CHECK(CcTest::isolate_ == NULL); in Run()
107 v8::Local<v8::Context> CcTest::NewContext(CcTestExtensionFlags extensions, in NewContext()
122 void CcTest::DisableAutomaticDispose() { in DisableAutomaticDispose()
128 static void PrintTestList(CcTest* current) { in PrintTestList()
198 CcTest::set_array_buffer_allocator(&array_buffer_allocator); in main()
212 PrintTestList(CcTest::last()); in main()
224 CcTest* test = CcTest::last(); in main()
238 CcTest* test = CcTest::last(); in main()
254 CcTest::TearDown(); in main()