Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_snapshotable.cc934 metadata.type == SnapshotMetadata::Type::kFullyCustomized) { in Check()
1135 ? SnapshotMetadata::Type::kFullyCustomized in Generate()
1205 if (snapshot_type == SnapshotMetadata::Type::kFullyCustomized) { in Generate()
Denv.h480 enum class Type : uint8_t { kDefault, kFullyCustomized }; enumerator