Searched defs:IsTrue (Results 1 – 4 of 4) sorted by relevance
749 bool IsTrue() const { return handle_.is_identical_to(Factory::true_value()); } in IsTrue() function
656 bool Object::IsTrue() { in IsTrue() function
1512 bool Value::IsTrue() const { in IsTrue() function in v8::Value
4315 bool IsTrue(bool condition) { return condition; } in UnitTestImpl() function