Home
last modified time | relevance | path

Searched refs:kFoundIncorrect (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
352 return ValidationResult::kFoundIncorrect; in GetHolderIfValid()
364 return ValidationResult::kFoundIncorrect; in GetHolderIfValid()
368 return ValidationResult::kFoundIncorrect; in GetHolderIfValid()
378 : ValidationResult::kFoundIncorrect; in GetHolderIfValid()
398 } else if (result == ValidationResult::kFoundIncorrect) { in GetHolderIfValid()