From c5bfe97e09626f3bfcfb1a38a2ba408e6a389779 Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Wed, 16 Nov 2022 17:52:33 -0500 Subject: [PATCH] fixup: try adding PrepareForOrdinaryCall to esmeta-ignore instead of ECMAScriptFunctionObject.Construct --- esmeta-ignore.json | 1 + 1 file changed, 1 insertion(+) diff --git a/esmeta-ignore.json b/esmeta-ignore.json index 69e12db5d53..2530a5f7695 100644 --- a/esmeta-ignore.json +++ b/esmeta-ignore.json @@ -42,6 +42,7 @@ "ModuleNamespaceCreate", "ModuleNamespaceExoticObject.OwnPropertyKeys", "OrdinaryObject.OwnPropertyKeys", + "PrepareForOrdinaryCall", "ProxyCreate", "SerializeJSONObject", "SetDefaultGlobalBindings",