Searched refs:SnapshotableObject (Results 1 - 14 of 14) sorted by relevance
/third_party/node/src/ |
H A D | node_snapshotable.h | 86 class SnapshotableObject : public BaseObject { class 88 SnapshotableObject(Realm* realm,
|
H A D | node_v8.h | 19 class BindingData : public SnapshotableObject {
|
H A D | node_util.h | 13 class WeakReference : public SnapshotableObject {
|
H A D | node_url.h | 33 class BindingData : public SnapshotableObject {
|
H A D | node_process.h | 49 class BindingData : public SnapshotableObject {
|
H A D | node_snapshotable.cc | 1306 SnapshotableObject::SnapshotableObject(Realm* realm, in SnapshotableObject() function in node::SnapshotableObject 1311 std::string SnapshotableObject::GetTypeName() const { in GetTypeName() 1413 SnapshotableObject* obj = static_cast<SnapshotableObject*>(native_ptr); in SerializeNodeContextInternalFields() 1441 SnapshotableObject* ptr = static_cast<SnapshotableObject*>(obj); in SerializeSnapshotableObjects()
|
H A D | node_blob.h | 142 class BlobBindingData : public SnapshotableObject {
|
H A D | node_file.h | 57 class BindingData : public SnapshotableObject {
|
H A D | node_v8.cc | 96 : SnapshotableObject(realm, obj, type_int), in BindingData()
|
H A D | node_url.cc | 32 : SnapshotableObject(realm, object, type_int), in BindingData()
|
H A D | node_blob.cc | 429 : SnapshotableObject(realm, wrap, type_int) { in BlobBindingData()
|
H A D | node_util.cc | 210 : SnapshotableObject(realm, object, type_int), in WeakReference()
|
H A D | node_process_methods.cc | 463 : SnapshotableObject(realm, object, type_int) { in BindingData()
|
H A D | node_file.cc | 2621 : SnapshotableObject(realm, wrap, type_int), in BindingData()
|
Completed in 14 milliseconds