Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dglobal-context.h52 static void SetCollectKytheData() { Get().collect_kythe_data_ = true; } in SetCollectKytheData()
53 static bool collect_kythe_data() { return Get().collect_kythe_data_; } in collect_kythe_data()
123 bool collect_kythe_data_; variable
Dglobal-context.cc16 collect_kythe_data_(false), in DEFINE_CONTEXTUAL_VARIABLE()