Skip to content

Commit

Permalink
fixup: try adding PrepareForOrdinaryCall to esmeta-ignore instead of …
Browse files Browse the repository at this point in the history
…ECMAScriptFunctionObject.Construct
  • Loading branch information
jmdyck committed Oct 25, 2024
1 parent a83b586 commit e8ce3f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion esmeta-ignore.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@
"LengthOfArrayLike",
"MethodDefinition[0,0].DefineMethod",
"ModuleNamespaceCreate",
"OrdinaryCreateFromConstructor",
"OrdinaryFunctionCreate",
"OrdinaryObject.OwnPropertyKeys",
"PrepareForOrdinaryCall",
"ProxyCreate",
"ScriptEvaluation",
"SerializeJSONObject",
Expand All @@ -43,4 +46,4 @@
"Statement[2,0].LabelledEvaluation",
"StringCreate",
"TypedArrayCreateFromConstructor"
]
]

0 comments on commit e8ce3f6

Please sign in to comment.