Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Djs-temporal-objects.cc4208 Maybe<bool> maybe_balance_result = BalanceDuration( in DifferenceISODateTime() local
4212 MAYBE_RETURN(maybe_balance_result, Nothing<DurationRecord>()); in DifferenceISODateTime()
4213 DCHECK(maybe_balance_result.FromJust()); in DifferenceISODateTime()

Completed in 11 milliseconds