Home | History | Annotate | Download | only in src

Lines Matching refs:IsNull

1506 bool Value::IsNull() const {
1507 if (IsDeadCheck("v8::Value::IsNull()")) return false;
1508 return Utils::OpenHandle(this)->IsNull();