Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/snapshot/
Dsnapshot.h41 kAllowActiveIsolateForTesting = 1 << 1, enumerator
Dserializer.h313 return (flags_ & Snapshot::kAllowActiveIsolateForTesting) != 0; in allow_active_isolate_for_testing()
Dsnapshot.cc320 Snapshot::kAllowActiveIsolateForTesting | in SerializeDeserializeAndVerifyForTesting()