Lines Matching refs:JSTemporalInstant
862 MaybeHandle<JSTemporalInstant> CreateTemporalInstant(
874 JSTemporalInstant)
880 MaybeHandle<JSTemporalInstant> CreateTemporalInstant(
979 MaybeHandle<JSTemporalInstant> SystemInstant(Isolate* isolate) {
984 JSTemporalInstant);
1115 Handle<JSTemporalInstant> instant, Handle<JSReceiver> calendar,
1196 MaybeHandle<JSTemporalInstant> DisambiguatePossibleInstants(
1214 return Handle<JSTemporalInstant>::cast(ret_obj);
1224 return Handle<JSTemporalInstant>::cast(ret_obj);
1232 return Handle<JSTemporalInstant>::cast(ret_obj);
1238 JSTemporalInstant);
1246 JSTemporalInstant);
1261 JSTemporalInstant);
1270 JSTemporalInstant);
1271 Handle<JSTemporalInstant> day_before;
1275 JSTemporalInstant);
1282 JSTemporalInstant);
1283 Handle<JSTemporalInstant> day_after;
1287 JSTemporalInstant);
1291 MAYBE_RETURN(maybe_offset_before, Handle<JSTemporalInstant>());
1295 MAYBE_RETURN(maybe_offset_after, Handle<JSTemporalInstant>());
1318 MAYBE_RETURN(maybe_earlier, Handle<JSTemporalInstant>());
1334 JSTemporalInstant);
1341 JSTemporalInstant);
1346 JSTemporalInstant);
1351 return Handle<JSTemporalInstant>::cast(ret_obj);
1369 MAYBE_RETURN(maybe_later, Handle<JSTemporalInstant>());
1385 JSTemporalInstant);
1391 JSTemporalInstant);
1397 JSTemporalInstant);
1402 return Handle<JSTemporalInstant>::cast(ret_obj);
1634 MaybeHandle<JSTemporalInstant> BuiltinTimeZoneGetInstantFor(
1644 GetPossibleInstantsFor(isolate, time_zone, date_time), JSTemporalInstant);
1652 MaybeHandle<JSTemporalInstant> ToTemporalInstant(Isolate* isolate,
1661 return Handle<JSTemporalInstant>::cast(item);
1673 JSTemporalInstant);
1679 JSTemporalInstant);
1803 Handle<JSTemporalInstant> instant;
1966 Handle<JSTemporalInstant> instant;
2158 Handle<JSTemporalInstant> instant;
2267 Handle<JSTemporalInstant> instant, const char* method_name) {
3810 Handle<JSTemporalInstant> instant;
3866 Handle<JSTemporalInstant> intermediate_instant;
3945 Handle<JSTemporalInstant> start_instant;
3973 Handle<JSTemporalInstant> end_instant;
6264 Handle<JSTemporalInstant> instant;
6360 Handle<JSTemporalInstant> instant;
6428 MaybeHandle<JSTemporalInstant> JSTemporalInstant::Now(Isolate* isolate) {
6434 MaybeHandle<JSTemporalInstant> JSTemporalInstant::Constructor(
6446 JSTemporalInstant);
6452 JSTemporalInstant);
6457 JSTemporalInstant);
6469 MaybeHandle<JSTemporalInstant> ScaleNumberToNanosecondsVerifyAndMake(
6482 JSTemporalInstant);
6488 JSTemporalInstant);
6493 MaybeHandle<JSTemporalInstant> ScaleNumberToNanosecondsVerifyAndMake(
6499 JSTemporalInstant);
6504 JSTemporalInstant);
6508 MaybeHandle<JSTemporalInstant> ScaleToNanosecondsVerifyAndMake(
6515 JSTemporalInstant);
6522 MaybeHandle<JSTemporalInstant> JSTemporalInstant::FromEpochSeconds(
6530 MaybeHandle<JSTemporalInstant> JSTemporalInstant::FromEpochMilliseconds(
6538 MaybeHandle<JSTemporalInstant> JSTemporalInstant::FromEpochMicroseconds(
6545 MaybeHandle<JSTemporalInstant> JSTemporalInstant::FromEpochNanoseconds(
6552 MaybeHandle<JSTemporalInstant> JSTemporalInstant::From(Isolate* isolate,
6561 isolate, handle(JSTemporalInstant::cast(*item).nanoseconds(), isolate));