CountGlobalContexts 7397 test/cctest/test-debug.cc int CountGlobalContexts(); CountGlobalContexts 7410 test/cctest/test-debug.cc CHECK_EQ(1, CountGlobalContexts()); CountGlobalContexts 7414 test/cctest/test-debug.cc CHECK_EQ(1, CountGlobalContexts()); CountGlobalContexts 7418 test/cctest/test-debug.cc CHECK_EQ(2, CountGlobalContexts()); CountGlobalContexts 1020 test/cctest/test-heap.cc CHECK_EQ(0, CountGlobalContexts()); CountGlobalContexts 1028 test/cctest/test-heap.cc CHECK_EQ(i + 1, CountGlobalContexts()); CountGlobalContexts 1096 test/cctest/test-heap.cc CHECK_EQ(kNumTestContexts - i, CountGlobalContexts()); CountGlobalContexts 1101 test/cctest/test-heap.cc CHECK_EQ(kNumTestContexts - i - 1, CountGlobalContexts()); CountGlobalContexts 1104 test/cctest/test-heap.cc CHECK_EQ(0, CountGlobalContexts()); CountGlobalContexts 1150 test/cctest/test-heap.cc CHECK_EQ(0, CountGlobalContexts()); CountGlobalContexts 1156 test/cctest/test-heap.cc CHECK_EQ(i + 1, CountGlobalContexts());