Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: Remove erroneous handling of ~return~ completion type (#399)
ECMA-262 Call, and therefore OrdinaryWrappedFunctionCall, can only return completions of type ~normal~ or ~throw~. All other types such as ~return~ are wrapped inside the various objects' [[Call]] internal methods. Therefore handling the ~return~ completion type here was erroneous and had no effect. Similarly, the editors note about different completion types also had no effect. Closes: #371
- Loading branch information