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 May 23, 2024
1 parent c5af674 commit 792a368
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",
"ModuleNamespaceExoticObject.OwnPropertyKeys",
"OrdinaryFunctionCreate",
"OrdinaryObject.OwnPropertyKeys",
"PrepareForOrdinaryCall",
"ProxyCreate",
"ScriptEvaluation",
"SerializeJSONObject",
Expand All @@ -42,4 +45,4 @@
"Statement[1,0].LabelledEvaluation",
"Statement[2,0].LabelledEvaluation",
"StringCreate"
]
]

0 comments on commit 792a368

Please sign in to comment.