Searched refs:result_day_length (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
H A D | js-temporal-objects.cc | 211 int64_t* result_nanoseconds, int64_t* result_day_length, 217 int64_t* result_day_length, const char* method_name); 3654 int64_t result_day_length; in BalanceDuration() local 3658 nanoseconds, &result_day_length, method_name); in BalanceDuration() 3884 int64_t* result_day_length, in NanosecondsToDays() 3888 result_day_length, method_name); in NanosecondsToDays() 3894 int64_t* result_day_length, in NanosecondsToDays() 3912 *result_day_length = day_length_ns->AsInt64(); in NanosecondsToDays() 3937 *result_day_length = day_length_ns->AsInt64(); in NanosecondsToDays() 4095 *result_day_length in NanosecondsToDays() 3881 NanosecondsToDays(Isolate* isolate, int64_t nanoseconds, Handle<Object> relative_to_obj, int64_t* result_days, int64_t* result_nanoseconds, int64_t* result_day_length, const char* method_name) NanosecondsToDays() argument 3891 NanosecondsToDays(Isolate* isolate, Handle<BigInt> nanoseconds, Handle<Object> relative_to_obj, int64_t* result_days, int64_t* result_nanoseconds, int64_t* result_day_length, const char* method_name) NanosecondsToDays() argument [all...] |
Completed in 10 milliseconds