Skip to content

Commit

Permalink
Editorial: OrdinaryCreateFromConstructor has wrong parameter type (tc…
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarabashh authored and ljharb committed Oct 3, 2024
1 parent 7df8f59 commit aada408
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion esmeta-ignore.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"LengthOfArrayLike",
"MethodDefinition[0,0].DefineMethod",
"ModuleNamespaceCreate",
"OrdinaryCreateFromConstructor",
"OrdinaryFunctionCreate",
"ProxyCreate",
"ScriptEvaluation",
Expand All @@ -42,4 +43,4 @@
"Statement[1,0].LabelledEvaluation",
"Statement[2,0].LabelledEvaluation",
"StringCreate"
]
]
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -13045,7 +13045,7 @@ <h1>
<emu-clause id="sec-ordinarycreatefromconstructor" type="abstract operation">
<h1>
OrdinaryCreateFromConstructor (
_constructor_: a constructor,
_constructor_: a function object,
_intrinsicDefaultProto_: a String,
optional _internalSlotsList_: a List of names of internal slots,
): either a normal completion containing an Object or a throw completion
Expand Down

0 comments on commit aada408

Please sign in to comment.