Searched refs:ToIntegerThrowOnInfinity (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
H A D | js-temporal-objects.cc | 320 MaybeHandle<Object> ToIntegerThrowOnInfinity(Isolate* isolate, 1530 isolate, value, ToIntegerThrowOnInfinity(isolate, value), JSObject); in PrepareTemporalFieldsOrPartial() 3074 isolate, argument, ToIntegerThrowOnInfinity(isolate, argument), Object); in ToPositiveInteger() 3133 CALENDAR_ABSTRACT_OPERATION_INT_ACTION(Year, year, ToIntegerThrowOnInfinity) 3174 isolate, result, ToIntegerThrowOnInfinity(isolate, result), Object); in CalendarEraYear() 3359 ToIntegerThrowOnInfinity(isolate, value), in ToTemporalTimeRecord() 3403 MaybeHandle<Object> ToIntegerThrowOnInfinity(Isolate* isolate, in ToIntegerThrowOnInfinity() function 4709 // 2. Let y be ? ToIntegerThrowOnInfinity(years). in Constructor() 4712 ToIntegerThrowOnInfinity(isolate, years), in Constructor() 4716 // 3. Let mo be ? ToIntegerThrowOnInfinity(month in Constructor() [all...] |
Completed in 9 milliseconds