Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/test/cctest/heap/
H A Dtest-heap.cc5152 Handle<WeakFixedArray> array_with_map = in CheckMapRetainingFor() local
5154 CHECK(array_with_map->Get(0)->IsWeak()); in CheckMapRetainingFor()
5159 CHECK(array_with_map->Get(0)->IsWeak()); in CheckMapRetainingFor()
5162 CHECK(array_with_map->Get(0)->IsCleared()); in CheckMapRetainingFor()
5192 Handle<WeakFixedArray> array_with_map = in TEST() local
5194 CHECK(array_with_map->Get(0)->IsWeak()); in TEST()