Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/date/
Ddateparser.h284 bool IsUTC() const { return hour_ == 0 && minute_ == 0; } in IsUTC() function
Ddateparser-inl.h133 } else if (token.IsAsciiSign() && (tz.IsUTC() || !time.IsEmpty())) { in Parse()
/third_party/node/deps/v8/src/objects/
Djs-temporal-objects.cc912 bool IsUTC(Isolate* isolate, Handle<String> time_zone);
924 if (IsUTC(isolate, identifier)) { in CreateTemporalTimeZone()
3211 bool IsUTC(Isolate* isolate, Handle<String> time_zone) { in IsUTC() function
3312 return IsUTC(isolate, time_zone); in IsValidTimeZoneName()