Skip to content

Commit

Permalink
Remove completion wrapping
Browse files Browse the repository at this point in the history
Ref #304
  • Loading branch information
leobalter committed May 17, 2021
1 parent f220db8 commit 4a82620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h1>[[Call]] ( _thisArgument_, _argumentsList_ )</h1>
1. Let _wrappedThisArgument_ to ? GetWrappedValue(_targetRealm_, _thisArgument_).
1. Let _result_ be the Completion Record of Call(_target_, _wrappedThisArgument_, _argumentsList_).
1. If _result_.[[Type]] is ~normal~ or _result_.[[Type]] is ~return~, then
1. Set _value_ to NormalCompletion(_result_.[[Value]]).
1. Set _value_ to _result_.[[Value]].
1. Return ? GetWrappedValue(_callerRealm_, _value_).
1. Else,
1. Throw a newly created TypeError object associate to the _callerRealm_.
Expand Down

0 comments on commit 4a82620

Please sign in to comment.