Home
last modified time | relevance | path

Searched refs:thatValue (Results 1 – 1 of 1) sorted by relevance

/third_party/cef/libcef/renderer/
Dv8_impl.cc1717 CefV8ValueImpl* thatValue = static_cast<CefV8ValueImpl*>(that.get()); in IsSame() local
1718 if (!thatValue || !thatValue->IsValid() || type_ != thatValue->type_) in IsSame()
1726 return (bool_value_ == thatValue->bool_value_); in IsSame()
1728 return (int_value_ == thatValue->int_value_); in IsSame()
1730 return (uint_value_ == thatValue->uint_value_); in IsSame()
1732 return (double_value_ == thatValue->double_value_); in IsSame()
1735 CefTime(thatValue->date_value_).GetTimeT()); in IsSame()
1738 CefString(&thatValue->string_value_)); in IsSame()
1741 thatValue->handle_->GetPersistentV8Handle()); in IsSame()