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

/external/v8/test/cctest/
H A Dtest-debug.cc5631 int script_collected_count = 0; variable
5638 script_collected_count++;
5646 script_collected_count = 0;
5657 script_collected_count = 0;
5669 CHECK_EQ(2, script_collected_count);

Completed in 39 milliseconds