mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:07:34 +00:00
LibJS: Add missing spec link to Temporal.Instant.prototype.round()
This commit is contained in:
parent
b197fc40a7
commit
8ffad70504
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ JS_DEFINE_NATIVE_FUNCTION(InstantPrototype::epoch_nanoseconds_getter)
|
|||
return &ns;
|
||||
}
|
||||
|
||||
// 8.3.11 Temporal.Instant.prototype.round ( options )
|
||||
// 8.3.11 Temporal.Instant.prototype.round ( options ), https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.round
|
||||
JS_DEFINE_NATIVE_FUNCTION(InstantPrototype::round)
|
||||
{
|
||||
// 1. Let instant be the this value.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue