Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Djs-temporal-objects.h441 V8_WARN_UNUSED_RESULT MaybeHandle<JSTemporalInstant> CreateTemporalInstant(
444 V8_WARN_UNUSED_RESULT MaybeHandle<JSTemporalInstant> CreateTemporalInstant(
H A Djs-temporal-objects.cc862 MaybeHandle<JSTemporalInstant> CreateTemporalInstant( in CreateTemporalInstant() function
880 MaybeHandle<JSTemporalInstant> CreateTemporalInstant( in CreateTemporalInstant() function
883 return CreateTemporalInstant(isolate, CONSTRUCTOR(instant), in CreateTemporalInstant()
985 // 2. Return ? CreateTemporalInstant(ns). in SystemInstant()
986 return temporal::CreateTemporalInstant(isolate, ns); in SystemInstant()
1263 // 8. Let dayBefore be ! CreateTemporalInstant(epochNanoseconds − 8.64 × in DisambiguatePossibleInstants()
1274 temporal::CreateTemporalInstant(isolate, day_before_ns), in DisambiguatePossibleInstants()
1276 // 9. Let dayAfter be ! CreateTemporalInstant(epochNanoseconds + 8.64 × in DisambiguatePossibleInstants()
1286 temporal::CreateTemporalInstant(isolate, day_after_ns), in DisambiguatePossibleInstants()
1665 // i. Return ! CreateTemporalInstant(ite in ToTemporalInstant()
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-temporal.cc686 /* CreateTemporalInstant(zonedDateTime.[[Nanoseconds]]). */ \
690 temporal::CreateTemporalInstant( \

Completed in 8 milliseconds