mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:17:34 +00:00
LibJS: Add missing step number in PlainDatePrototype
This commit is contained in:
parent
aa2c8b6b91
commit
8b6865b128
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ static PlainDate* typed_this(GlobalObject& global_object)
|
||||||
JS_DEFINE_NATIVE_FUNCTION(PlainDatePrototype::calendar_getter)
|
JS_DEFINE_NATIVE_FUNCTION(PlainDatePrototype::calendar_getter)
|
||||||
{
|
{
|
||||||
// 1. Let temporalDate be the this value.
|
// 1. Let temporalDate be the this value.
|
||||||
// Perform ? RequireInternalSlot(temporalDate, [[InitializedTemporalDate]]).
|
// 2. Perform ? RequireInternalSlot(temporalDate, [[InitializedTemporalDate]]).
|
||||||
auto* temporal_date = typed_this(global_object);
|
auto* temporal_date = typed_this(global_object);
|
||||||
if (vm.exception())
|
if (vm.exception())
|
||||||
return {};
|
return {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue