Home | History | Annotate | Download | only in cctest

Lines Matching refs:global_handle_count

1343   int global_handle_count = v8::HeapProfiler::GetPersistentHandleCount();
1348 CHECK_EQ(global_handle_count + 1,
1352 CHECK_EQ(global_handle_count + 2,
1356 CHECK_EQ(global_handle_count + 3,
1361 CHECK_EQ(global_handle_count + 2,
1364 CHECK_EQ(global_handle_count + 1,
1367 CHECK_EQ(global_handle_count, v8::HeapProfiler::GetPersistentHandleCount());