Home | History | Annotate | Download | only in heap

Lines Matching refs:weak_collection

382   JSWeakCollection* weak_collection =
386 if (weak_collection->next() == heap->undefined_value()) {
387 weak_collection->set_next(heap->encountered_weak_collections());
388 heap->set_encountered_weak_collections(weak_collection);
402 if (!weak_collection->table()->IsHashTable()) return;