Home
last modified time | relevance | path

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

/external/v8/src/snapshot/
Dserialize.cc1916 class UnlinkWeakCellScope { class
1918 explicit UnlinkWeakCellScope(HeapObject* object) : weak_cell_(NULL) { in UnlinkWeakCellScope() function in v8::internal::UnlinkWeakCellScope
1926 ~UnlinkWeakCellScope() { in ~UnlinkWeakCellScope()
1989 UnlinkWeakCellScope unlink_weak_cell(object_); in Serialize()
2016 UnlinkWeakCellScope unlink_weak_cell(object_); in SerializeDeferred()