Home
last modified time | relevance | path

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

/external/v8/src/snapshot/
Dserialize.cc1918 explicit UnlinkWeakCellScope(HeapObject* object) : weak_cell_(NULL) { in UnlinkWeakCellScope()
1920 weak_cell_ = WeakCell::cast(object); in UnlinkWeakCellScope()
1921 next_ = weak_cell_->next(); in UnlinkWeakCellScope()
1922 weak_cell_->clear_next(object->GetHeap()->the_hole_value()); in UnlinkWeakCellScope()
1927 if (weak_cell_) weak_cell_->set_next(next_, UPDATE_WEAK_WRITE_BARRIER); in ~UnlinkWeakCellScope()
1931 WeakCell* weak_cell_; member in v8::internal::UnlinkWeakCellScope