Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Djs-temporal-objects.cc162 V8_WARN_UNUSED_RESULT MaybeHandle<BigInt> AddInstant(
3803 // a. Return ! AddInstant(epochNanoseconds, hours, minutes, seconds, in AddZonedDateTime()
3805 return AddInstant(isolate, epoch_nanoseconds, duration.hours, in AddZonedDateTime()
3872 // 10. Return ! AddInstant(intermediateInstant.[[Nanoseconds]], hours, in AddZonedDateTime()
3874 return AddInstant( in AddZonedDateTime()
4228 MaybeHandle<BigInt> AddInstant(Isolate* isolate, in AddInstant() function

Completed in 11 milliseconds