mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibJS: Correct section IDs of Temporal .prototype property clauses
This is an editorial change in the Temporal spec.
See: e4eb181
This commit is contained in:
parent
ae1fdf299d
commit
c3f1d8f5ba
Notes:
sideshowbarker
2024-07-17 23:02:37 +09:00
Author: https://github.com/linusg
Commit: c3f1d8f5ba
Pull-request: https://github.com/SerenityOS/serenity/pull/14091
Reviewed-by: https://github.com/IdanHo
10 changed files with 11 additions and 11 deletions
|
@ -24,7 +24,7 @@ void PlainTimeConstructor::initialize(GlobalObject& global_object)
|
|||
|
||||
auto& vm = this->vm();
|
||||
|
||||
// 4.2.1 Temporal.PlainTime.prototype, https://tc39.es/proposal-temporal/#sec-temporal-plaintime-prototype
|
||||
// 4.2.1 Temporal.PlainTime.prototype, https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype
|
||||
define_direct_property(vm.names.prototype, global_object.temporal_plain_time_prototype(), 0);
|
||||
|
||||
u8 attr = Attribute::Writable | Attribute::Configurable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue