Searched refs:echo_named_call_count (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc1904 int echo_named_call_count; variable
1911 echo_named_call_count++;
2274 echo_named_call_count = 0;
2284 CHECK_EQ(echo_named_call_count, 0);
2286 CHECK_EQ(echo_named_call_count, 1);

Completed in 375 milliseconds