From 6c78dfcd5affaa0b3f3ef30bb2953fdf97593458 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Wed, 6 Mar 2024 16:12:56 -0800 Subject: [PATCH] Editorial: Remove redundant type assertion from AsyncBlockStart (#3293) This is already established via the parameter type annotation. --- spec.html | 1 - 1 file changed, 1 deletion(-) diff --git a/spec.html b/spec.html index 016136541d..38ddcfe724 100644 --- a/spec.html +++ b/spec.html @@ -48290,7 +48290,6 @@

- 1. Assert: _promiseCapability_ is a PromiseCapability Record. 1. Let _runningContext_ be the running execution context. 1. Let _closure_ be a new Abstract Closure with no parameters that captures _promiseCapability_ and _asyncBody_ and performs the following steps when called: 1. Let _acAsyncContext_ be the running execution context.