Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_snapshotable.h97 bool is_snapshotable() const override { return true; } in is_snapshotable() function
Dbase_object.h181 virtual inline bool is_snapshotable() const { return false; } in is_snapshotable() function
Dnode_snapshotable.cc1412 DCHECK(static_cast<BaseObject*>(native_ptr)->is_snapshotable()); in SerializeNodeContextInternalFields()
1438 if (!obj->is_snapshotable()) { in SerializeSnapshotableObjects()