Searched defs:max_break_point_hit_count (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-debug.cc913 int max_break_point_hit_count = 0; variable
926 if (break_point_hit_count < max_break_point_hit_count) {
6820 max_break_point_hit_count = 10000; // 10000 => infinite loop.
7197 max_break_point_hit_count = kBreaksPerTest;

Completed in 217 milliseconds