Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc1713 int empty_slots_count = 0; in Verify() local
1718 ++empty_slots_count; in Verify()
1735 CHECK_EQ(weak_maps_count + empty_slots_count + 1, array.length()); in Verify()