Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dversion.cc80 const char* candidate = IsCandidate() ? " (candidate)" : ""; in GetString()
102 const char* candidate = IsCandidate() ? "-candidate" : ""; in GetSONAME()
Dversion.h18 static bool IsCandidate() { return candidate_; } in IsCandidate() function