Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Djs-temporal-objects.cc449 MaybeHandle<BigInt> SystemUTCEpochNanoseconds(Isolate* isolate) { in SystemUTCEpochNanoseconds() function
981 // 1. Let ns be ! SystemUTCEpochNanoseconds(). in SystemInstant()
983 ASSIGN_RETURN_ON_EXCEPTION(isolate, ns, SystemUTCEpochNanoseconds(isolate), in SystemInstant()
2193 // 4. Let ns be ! SystemUTCEpochNanoseconds(). in SystemZonedDateTime()
2195 ASSIGN_RETURN_ON_EXCEPTION(isolate, ns, SystemUTCEpochNanoseconds(isolate), in SystemZonedDateTime()

Completed in 11 milliseconds