Home
last modified time | relevance | path

Searched refs:IsValidEpochNanoseconds (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Djs-temporal-objects.cc201 bool IsValidEpochNanoseconds(Isolate* isolate,
763 // 2. Assert: ! IsValidEpochNanoseconds(epochNanoseconds) is true. in CreateTemporalZonedDateTime()
764 DCHECK(IsValidEpochNanoseconds(isolate, epoch_nanoseconds)); in CreateTemporalZonedDateTime()
867 // 2. Assert: ! IsValidEpochNanoseconds(epochNanoseconds) is true. in CreateTemporalInstant()
868 DCHECK(IsValidEpochNanoseconds(isolate, epoch_nanoseconds)); in CreateTemporalInstant()
4294 // 3. If ! IsValidEpochNanoseconds(result) is false, throw a RangeError in AddInstant()
4296 if (!IsValidEpochNanoseconds(isolate, result)) { in AddInstant()
4304 bool IsValidEpochNanoseconds(Isolate* isolate, in IsValidEpochNanoseconds() function
6174 // 3. If ! IsValidEpochNanoseconds(epochNanoseconds) is false, throw a in Constructor()
6176 if (!IsValidEpochNanoseconds(isolat in Constructor()
[all...]

Completed in 11 milliseconds