| // Copyright (C) 2016 the V8 project authors. All rights reserved. |
| // This code is governed by the BSD license found in the LICENSE file. |
| Abrupt completion during module evaluation precludes further evaluation |
| esid: sec-moduleevaluation |
| 6. For each String required that is an element of |
| module.[[RequestedModules]] do, |
| a. Let requiredModule be ? HostResolveImportedModule(module, required). |
| b. Perform ? requiredModule.ModuleEvaluation(). |
| import './eval-rqstd-abrupt-err-type_FIXTURE.js'; |
| import './eval-rqstd-abrupt-err-uri_FIXTURE.js'; |