Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Djs-temporal-objects.h152 class JSTemporalInstant class
153 : public TorqueGeneratedJSTemporalInstant<JSTemporalInstant, JSObject> {
156 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalInstant> Constructor(
161 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalInstant> Now(
165 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalInstant> FromEpochSeconds(
168 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalInstant>
171 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalInstant>
174 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalInstant>
178 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalInstant> From(
181 DECL_PRINTER(JSTemporalInstant)
[all...]
H A Djs-temporal-objects.cc862 MaybeHandle<JSTemporalInstant> CreateTemporalInstant( in CreateTemporalInstant()
874 JSTemporalInstant) in CreateTemporalInstant()
880 MaybeHandle<JSTemporalInstant> CreateTemporalInstant( in CreateTemporalInstant()
979 MaybeHandle<JSTemporalInstant> SystemInstant(Isolate* isolate) { in SystemInstant()
984 JSTemporalInstant); in SystemInstant()
1115 Handle<JSTemporalInstant> instant, Handle<JSReceiver> calendar, in BuiltinTimeZoneGetPlainDateTimeFor()
1196 MaybeHandle<JSTemporalInstant> DisambiguatePossibleInstants( in DisambiguatePossibleInstants()
1214 return Handle<JSTemporalInstant>::cast(ret_obj); in DisambiguatePossibleInstants()
1224 return Handle<JSTemporalInstant>::cast(ret_obj); in DisambiguatePossibleInstants()
1232 return Handle<JSTemporalInstant> in DisambiguatePossibleInstants()
[all...]
H A Djs-temporal-objects-inl.h84 TQ_OBJECT_CONSTRUCTORS_IMPL(JSTemporalInstant)
H A Dobject-list-macros.h169 V(JSTemporalInstant) \
H A Djs-objects.cc2454 return JSTemporalInstant::kHeaderSize; in GetHeaderSize()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-temporal.cc687 Handle<JSTemporalInstant> instant; \
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc2249 void JSTemporalInstant::JSTemporalInstantPrint(std::ostream& os) { in JSTemporalInstantPrint()
2250 JSObjectPrintHeader(os, *this, "JSTemporalInstant"); in JSTemporalInstantPrint()

Completed in 21 milliseconds