From 0fd4afaea3961a1941ebb399ebb6ee982af88147 Mon Sep 17 00:00:00 2001 From: arai-a Date: Thu, 6 May 2021 03:03:20 +0900 Subject: [PATCH] Remove unnecessary IfAbruptRejectPromise from PerformRealmImportValue (fixes #302) (#303) --- spec.html | 1 - 1 file changed, 1 deletion(-) diff --git a/spec.html b/spec.html index 4f497a9..a9250c7 100644 --- a/spec.html +++ b/spec.html @@ -182,7 +182,6 @@

PerformRealmImportValue ( _specifierString_, _exportNameString_, _callerReal 1. Assert: _callerRealm_ is a Realm Record. 1. Assert: _evalRealm_ is a Realm Record. 1. Let _promiseCapability_ be ! NewPromiseCapability(%Promise%). - 1. IfAbruptRejectPromise(_specifierString_, _promiseCapability_). 1. Let _runningContext_ be the running execution context. 1. If _runningContext_ is not already suspended, suspend _runningContext_. 1. Push _evalContext_ onto the execution context stack; _evalContext_ is now the running execution context.