Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.h64 enum PropertyAttributesType : uint8_t { DEFAULT, CUSTOM }; enum
Dweb-snapshot.cc495 ? PropertyAttributesType::DEFAULT in SerializeMap()
496 : PropertyAttributesType::CUSTOM); in SerializeMap()
1510 case PropertyAttributesType::DEFAULT: in DeserializeMaps()
1513 case PropertyAttributesType::CUSTOM: in DeserializeMaps()