mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-07 08:39:43 +00:00
As of https://tc39.es/ecma262/#sec-yearfromtime, YearFromTime(t) should
return `y` such that `TimeFromYear(YearFromTime(t)) <= t`. This wasn't
held, since the approximation contained decimal digits that would nudge
the final value in the wrong direction.
Adapted from Kiesel:
|
||
---|---|---|
.. | ||
AggregateError | ||
Array | ||
ArrayBuffer | ||
AsyncGenerator | ||
Atomics | ||
BigInt | ||
Boolean | ||
DataView | ||
Date | ||
DisposableStack | ||
Error | ||
FinalizationRegistry | ||
Function | ||
functions | ||
Infinity | ||
Intl | ||
Iterator | ||
JSON | ||
Map | ||
Math | ||
NaN | ||
Number | ||
Object | ||
Promise | ||
Proxy | ||
Reflect | ||
RegExp | ||
Set | ||
ShadowRealm | ||
SharedArrayBuffer | ||
String | ||
SuppressedError | ||
Symbol | ||
Temporal | ||
TypedArray | ||
WeakMap | ||
WeakRef | ||
WeakSet |