Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dcompilation-dependencies.cc342 enum class ValidationResult { kFoundCorrect, kFoundIncorrect, kNotFound }; in GetHolderIfValid() enumerator
377 return value == *constant_.object() ? ValidationResult::kFoundCorrect in GetHolderIfValid()
396 if (result == ValidationResult::kFoundCorrect) { in GetHolderIfValid()