Searched defs:IsFalse (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dobjects-inl.h525 return IsTrue() || IsFalse();
661 bool Object::IsFalse() { function in class:v8::internal::Object
H A Dast.h750 bool IsFalse() const { function in class:v8::internal::Literal
H A Dapi.cc1518 bool Value::IsFalse() const { function in class:v8::Value
1519 if (IsDeadCheck("v8::Value::IsFalse()")) return false;
1520 return Utils::OpenHandle(this)->IsFalse();

Completed in 133 milliseconds