total-fastpath.js (306B)
1 // |reftest| skip-if(!this.hasOwnProperty("Temporal")||!this.hasOwnProperty("Intl")) 2 3 assertEq( 4 new Temporal.Duration(0).total({ unit: 'years', relativeTo: '-271821-04-19' }), 5 0, 6 "Support fast path for invalid isodate"); 7 8 9 if (typeof reportCompare === "function") 10 reportCompare(true, true);