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

/external/v8/test/cctest/
H A Dtest-api.cc9993 static int interceptor_ic_exception_get_count = 0; variable
9999 if (v8_str("x")->Equals(name) && ++interceptor_ic_exception_get_count < 20) {
10002 if (interceptor_ic_exception_get_count == 20) {
10012 interceptor_ic_exception_get_count = 0;
10027 interceptor_ic_exception_get_count = 0;

Completed in 102 milliseconds