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 Nov 17, 2022
1 parent 88b0f22 commit 2fe8a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esmeta-ignore.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"CreateMappedArgumentsObject",
"DeclarativeEnvironmentRecord.InitializeBinding",
"DeclarativeEnvironmentRecord.SetMutableBinding",
"ECMAScriptFunctionObject.Construct",
"FlattenIntoArray",
"FunctionBody[0,0].EvaluateFunctionBody",
"GeneratorBody[0,0].EvaluateGeneratorBody",
Expand All @@ -32,6 +31,7 @@
"NewPromiseReactionJob",
"NormalCompletion",
"OrdinaryGet",
"PrepareForOrdinaryCall",
"PrivateGet",
"ProxyCreate",
"SerializeJSONObject",
Expand Down

0 comments on commit 2fe8a99

Please sign in to comment.