mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:57:44 +00:00
LibJS: Add missing spec links
This commit is contained in:
parent
0e21bf0f23
commit
16c38788c3
10 changed files with 12 additions and 12 deletions
|
@ -82,7 +82,7 @@ Value TimeZoneConstructor::construct(FunctionObject& new_target)
|
|||
return create_temporal_time_zone(global_object, canonical, &new_target);
|
||||
}
|
||||
|
||||
// 11.3.2 Temporal.TimeZone.from ( item )
|
||||
// 11.3.2 Temporal.TimeZone.from ( item ), https://tc39.es/proposal-temporal/#sec-temporal.timezone.from
|
||||
JS_DEFINE_NATIVE_FUNCTION(TimeZoneConstructor::from)
|
||||
{
|
||||
auto item = vm.argument(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue