Searched refs:IsDate (Results 1 – 6 of 6) sorted by relevance
49 if (value->IsDate()) in createIDBKeyFromValue()
281 …return (object->IsDate() || object->IsNumber()) ? object->NumberValue() : std::numeric_limits<doub… in toWebCoreDate()
701 else if (value->IsDate()) in doSerialize()
932 V8EXPORT bool IsDate() const;
2204 bool Value::IsDate() const { in IsDate() function in v8::Value
11023 CHECK(date->IsDate()); in THREADED_TEST()