Home
last modified time | relevance | path

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

/external/v8/src/snapshot/
Dserializer.cc580 class UnlinkWeakNextScope { class
582 explicit UnlinkWeakNextScope(Heap* heap, HeapObject* object) in UnlinkWeakNextScope() function in v8::internal::UnlinkWeakNextScope
592 ~UnlinkWeakNextScope() { in ~UnlinkWeakNextScope()
703 UnlinkWeakNextScope unlink_weak_next(serializer_->isolate()->heap(), object_); in SerializeContent()