Skip to content

Commit

Permalink
Editorial: Change many "abrupt completion" to "throw completion" (tc3…
Browse files Browse the repository at this point in the history
…9#2676)

This is a follow-up to PR tc39#2547, which tagged many operations
as returning a normal completion or an abrupt completion.
But in most cases, the only abrupt completion possible is a throw completion.
So this PR changes lots of "abrupt completion" to the more precise "throw completion".
  • Loading branch information
jmdyck authored and ljharb committed Apr 21, 2022
1 parent 918e0e9 commit ad096b3
Showing 1 changed file with 228 additions and 228 deletions.
Loading

0 comments on commit ad096b3

Please sign in to comment.