Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds