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

/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc3505 int initial_handle_count = global_handles->global_handles_count(); local
3514 CHECK_EQ(global_handles->global_handles_count(), initial_handle_count);
3520 CHECK_EQ(global_handles->global_handles_count(), initial_handle_count - 1);
3533 int initial_handle_count = global_handles->global_handles_count(); local
3544 CHECK_EQ(global_handles->global_handles_count(), initial_handle_count - 1);
3571 int initial_handle_count = global_handles->global_handles_count(); local
3574 CHECK_EQ(initial_handle_count + 1, global_handles->global_handles_count());
3580 CHECK_EQ(initial_handle_count + 1,
3589 CHECK_EQ(initial_handle_count + 1,
3598 CHECK_EQ(initial_handle_count
3655 int initial_handle_count = global_handles->global_handles_count(); local
[all...]

Completed in 225 milliseconds