Home
last modified time | relevance | path

Searched refs:kAllowUnknownExternalReferencesForTesting (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/snapshot/
Dsnapshot.h32 kAllowUnknownExternalReferencesForTesting = 1 << 0, enumerator
Dserializer.h310 return (flags_ & Snapshot::kAllowUnknownExternalReferencesForTesting) != 0; in allow_unknown_external_references_for_testing()
Dsnapshot.cc319 Snapshot::kAllowUnknownExternalReferencesForTesting | in SerializeDeserializeAndVerifyForTesting()