Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Djs-temporal-objects.cc1265 Handle<BigInt> one_day_in_ns = BigInt::FromUint64(isolate, 86400000000000ULL); in DisambiguatePossibleInstants() local
1269 BigInt::Subtract(isolate, epoch_nanoseconds, one_day_in_ns), in DisambiguatePossibleInstants()
1281 BigInt::Add(isolate, epoch_nanoseconds, one_day_in_ns), in DisambiguatePossibleInstants()

Completed in 11 milliseconds