From dd8bd1e1e6e06a542af2e2282707ace69a7a3459 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 b02191cc4b4..459449dd9c2 100644 --- a/esmeta-ignore.json +++ b/esmeta-ignore.json @@ -41,6 +41,7 @@ "ModuleNamespaceCreate", "ModuleNamespaceExoticObject.OwnPropertyKeys", "OrdinaryObject.OwnPropertyKeys", + "PrepareForOrdinaryCall", "ProxyCreate", "SerializeJSONObject", "SetDefaultGlobalBindings",