Home
last modified time | relevance | path

Searched defs:IsTrue (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dast.h749 bool IsTrue() const { return handle_.is_identical_to(Factory::true_value()); } in IsTrue() function
Dobjects-inl.h656 bool Object::IsTrue() { in IsTrue() function
Dapi.cc1512 bool Value::IsTrue() const { in IsTrue() function in v8::Value
/external/protobuf/gtest/src/
Dgtest.cc4315 bool IsTrue(bool condition) { return condition; } in UnitTestImpl() function