Lines Matching refs:CcTest

101   create_params.array_buffer_allocator = CcTest::array_buffer_allocator();  in TEST()
219 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST()
262 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST()
307 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST()
392 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST()
449 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST()
514 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST()
534 CHECK(!v8::Locker::IsLocked(CcTest::isolate())); in Run()
546 CHECK(!v8::Locker::IsLocked(CcTest::isolate())); in Run()
552 CHECK(!v8::Locker::IsLocked(CcTest::isolate())); in Run()
575 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST()
596 context_(CcTest::isolate(), context) {} in LockUnlockLockDefaultIsolateThread()
599 v8::Locker lock1(CcTest::isolate()); in Run()
601 v8::Isolate::Scope isolate_scope(CcTest::isolate()); in Run()
602 v8::HandleScope handle_scope(CcTest::isolate()); in Run()
604 v8::Local<v8::Context>::New(CcTest::isolate(), context_); in Run()
609 v8::Unlocker unlock1(CcTest::isolate()); in Run()
611 v8::Locker lock2(CcTest::isolate()); in Run()
612 v8::Isolate::Scope isolate_scope(CcTest::isolate()); in Run()
613 v8::HandleScope handle_scope(CcTest::isolate()); in Run()
615 v8::Local<v8::Context>::New(CcTest::isolate(), context_); in Run()
637 v8::Locker locker_(CcTest::isolate()); in TEST()
638 v8::Isolate::Scope isolate_scope(CcTest::isolate()); in TEST()
639 v8::HandleScope handle_scope(CcTest::isolate()); in TEST()
640 context = v8::Context::New(CcTest::isolate()); in TEST()
652 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST()
686 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in Run()