Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Daccess-info.h85 bool IsNotFound() const { return kind() == kNotFound; } in IsNotFound() function
Djs-native-context-specialization.cc196 if (access_info.IsNotFound()) { in ReduceNamedAccess()