Home | History | Annotate | Download | only in src

Lines Matching defs:IsFalse

1518 bool Value::IsFalse() const {
1519 if (IsDeadCheck("v8::Value::IsFalse()")) return false;
1520 return Utils::OpenHandle(this)->IsFalse();