Home
last modified time | relevance | path

Searched refs:empty_slots_count (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dobjects-debug.cc1574 int empty_slots_count = 0; in Verify() local
1579 ++empty_slots_count; in Verify()
1596 CHECK_EQ(weak_maps_count + empty_slots_count + 1, array->length()); in Verify()