Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: Add a Return step to ModuleDeclarationEnvironmentSetup (#1266
) When control exits the bottom of the algorithm, the return value isn't defined. This wouldn't matter if the operation were invoked with a simple "Perform", but it's invoked as: Perform ? ModuleDeclarationEnvironmentSetup(_module_) and the '?' (i.e., ReturnIfAbrupt) will examine the return value, so it should be well-defined. Any non-abrupt return will do.
- Loading branch information