Skip to content

Commit

Permalink
Remove unnecessary IfAbruptRejectPromise from PerformRealmImportValue (
Browse files Browse the repository at this point in the history
…fixes #302) (#303)
  • Loading branch information
arai-a authored May 5, 2021
1 parent 6a66130 commit 0fd4afa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ <h1>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.
Expand Down

0 comments on commit 0fd4afa

Please sign in to comment.