Lines Matching refs:isolate_
18 isolate_(isolate), in RepostingTask()
27 platform_->GetForegroundTaskRunner(isolate_); in Run()
29 repost_count_, run_count_, isolate_, platform_)); in Run()
36 v8::Isolate* isolate_; member in RepostingTask
43 v8::Isolate::Scope isolate_scope(isolate_); in TEST_F()
44 const v8::HandleScope handle_scope(isolate_); in TEST_F()
49 platform->GetForegroundTaskRunner(isolate_); in TEST_F()
51 std::make_unique<RepostingTask>(2, &run_count, isolate_, platform.get())); in TEST_F()
52 EXPECT_TRUE(platform->FlushForegroundTasks(isolate_)); in TEST_F()
54 EXPECT_TRUE(platform->FlushForegroundTasks(isolate_)); in TEST_F()
56 EXPECT_TRUE(platform->FlushForegroundTasks(isolate_)); in TEST_F()
58 EXPECT_FALSE(platform->FlushForegroundTasks(isolate_)); in TEST_F()
113 v8::Isolate::Scope isolate_scope(isolate_); in TEST_F()
114 const v8::HandleScope handle_scope(isolate_); in TEST_F()
120 return v8::Null(isolate_); in TEST_F()