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