## Summary - fix `Date.prototype.toJSON` to follow spec (ToObject/ToPrimitive, return null on non-finite) - implement `Temporal.Instant.prototype.epochNanoseconds` getter - ensure Temporal prototypes are available when requested - update TODO notes for the above ## Tests - `dotnet test tests/Asynkron.JsEngine.Tests.Test262 -c Release --settings tests/Asynkron.JsEngine.Tests.Test262/BuiltInsTests.runsettings --filter "Name=Date_prototype_toJSON|Name=Date_prototype_toTemporalInstant|Name=Temporal_Instant_prototype_epochNanoseconds"`