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

/external/v8/test/cctest/
H A Dtest-api.cc7598 static int shadow_y_setter_call_count; variable
7603 shadow_y_setter_call_count++;
7629 shadow_y = shadow_y_setter_call_count = shadow_y_getter_call_count = 0;
7666 CHECK_EQ(1, shadow_y_setter_call_count);
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc9728 static int shadow_y_setter_call_count; variable
9735 shadow_y_setter_call_count++;
9759 shadow_y = shadow_y_setter_call_count = shadow_y_getter_call_count = 0;
9792 CHECK_EQ(1, shadow_y_setter_call_count);

Completed in 127 milliseconds