From e9720f530dbae093338da415f7c41c187b7d2bf7 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 07419aa2be5..d877b38e80f 100644 --- a/esmeta-ignore.json +++ b/esmeta-ignore.json @@ -39,6 +39,7 @@ "ModuleNamespaceCreate", "ModuleNamespaceExoticObject.OwnPropertyKeys", "OrdinaryObject.OwnPropertyKeys", + "PrepareForOrdinaryCall", "ProxyCreate", "SerializeJSONObject", "SetDefaultGlobalBindings",