Home
last modified time | relevance | path

Searched refs:native_objects (Results 1 - 2 of 2) sorted by relevance

/third_party/node/src/
H A Dnode_realm.h18 std::vector<PropInfo> native_objects; member
H A Dnode_snapshotable.cc111 << "// -- native_objects begins --\n" in operator <<()
112 << i.native_objects << ",\n" in operator <<()
113 << "// -- native_objects ends --\n" in operator <<()
716 result.native_objects = ReadVector<PropInfo>(); in Read()
731 written_total += WriteVector<PropInfo>(data.native_objects); in Write()
1457 info->native_objects.push_back({type_name, i, index}); in SerializeSnapshotableObjects()

Completed in 3 milliseconds