Home
last modified time | relevance | path

Searched refs:exception_hit_count (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/cctest/
Dtest-debug.cc739 int exception_hit_count = 0; variable
745 exception_hit_count = 0; in DebugEventCounterClear()
762 exception_hit_count++; in DebugEventCounter()
3746 CHECK_EQ(0, exception_hit_count); in TEST()
3750 CHECK_EQ(0, exception_hit_count); in TEST()
3759 CHECK_EQ(0, exception_hit_count); in TEST()
3763 CHECK_EQ(0, exception_hit_count); in TEST()
3772 CHECK_EQ(0, exception_hit_count); in TEST()
3776 CHECK_EQ(1, exception_hit_count); in TEST()
3785 CHECK_EQ(1, exception_hit_count); in TEST()
[all …]