Lines Matching defs:instant

298     Isolate* isolate, Handle<JSReceiver> time_zone, Handle<Object> instant,
883 return CreateTemporalInstant(isolate, CONSTRUCTOR(instant),
884 CONSTRUCTOR(instant), epoch_nanoseconds);
1115 Handle<JSTemporalInstant> instant, Handle<JSReceiver> calendar,
1118 // 1. Let offsetNanoseconds be ? GetOffsetNanosecondsFor(timeZone, instant).
1120 GetOffsetNanosecondsFor(isolate, time_zone, instant, method_name);
1122 // 2. Let result be ! GetISOPartsFromEpoch(instant.[[Nanoseconds]]).
1124 isolate, Handle<BigInt>(instant->nanoseconds(), isolate));
1800 // i. Let instant be ! CreateTemporalInstant(item.[[Nanoseconds]]).
1803 Handle<JSTemporalInstant> instant;
1805 isolate, instant,
1811 // instant, item.[[Calendar]]).
1818 instant, Handle<JSReceiver>(zoned_date_time->calendar(), isolate),
1963 // i. Let instant be ! CreateTemporalInstant(item.[[Nanoseconds]]).
1966 Handle<JSTemporalInstant> instant;
1968 isolate, instant,
1974 // instant, item.[[Calendar]]).
1981 instant, Handle<JSReceiver>(zoned_date_time->calendar(), isolate),
2157 // 4. Let instant be ! SystemInstant().
2158 Handle<JSTemporalInstant> instant;
2159 ASSIGN_RETURN_ON_EXCEPTION(isolate, instant, SystemInstant(isolate),
2161 // 5. Return ? BuiltinTimeZoneGetPlainDateTimeFor(timeZone, instant,
2164 isolate, time_zone, instant, calendar, method_name);
2267 Handle<JSTemporalInstant> instant, const char* method_name) {
2269 // 1. Let offsetNanoseconds be ? GetOffsetNanosecondsFor(timeZone, instant).
2271 GetOffsetNanosecondsFor(isolate, time_zone, instant, method_name);
3014 Handle<Object> instant,
3034 // instant ยป).
3035 Handle<Object> argv[] = {instant};
3809 // 3. Let instant be ! CreateTemporalInstant(epochNanoseconds).
3810 Handle<JSTemporalInstant> instant;
3812 isolate, instant,
3816 // BuiltinTimeZoneGetPlainDateTimeFor(timeZone, instant, calendar).
3820 temporal::BuiltinTimeZoneGetPlainDateTimeFor(isolate, time_zone, instant,
6263 // 4. Let instant be ! CreateTemporalInstant(zonedDateTime.[[Nanoseconds]]).
6264 Handle<JSTemporalInstant> instant;
6266 isolate, instant,
6273 // temporal::BuiltinTimeZoneGetPlainDateTimeFor(timeZone, instant, calendar).
6277 temporal::BuiltinTimeZoneGetPlainDateTimeFor(isolate, time_zone, instant,
6359 // 5. Let instant be ? CreateTemporalInstant(zonedDateTime.[[Nanoseconds]]).
6360 Handle<JSTemporalInstant> instant;
6362 isolate, instant,
6371 // instant, calendar).
6375 temporal::BuiltinTimeZoneGetPlainDateTimeFor(isolate, time_zone, instant,
6378 // 8. Let offset be ? BuiltinTimeZoneGetOffsetStringFor(timeZone, instant).
6382 isolate, time_zone, instant, method_name),
6427 // #sec-temporal.now.instant
6433 // #sec-temporal.instant
6521 // #sec-temporal.instant.fromepochseconds
6529 // #sec-temporal.instant.fromepochmilliseconds
6537 // #sec-temporal.instant.fromepochmicroseconds
6544 // #sec-temporal.instant.fromepochnanoeconds
6551 // #sec-temporal.instant.from