Issue #618 - Further align error handling for module scripts with the spec

Ref: BZ 1388728
This commit is contained in:
Moonchild 2020-07-04 16:28:30 +00:00 committed by Roy Tam
commit 743bdc04fb
6 changed files with 280 additions and 89 deletions

View file

@ -45,9 +45,15 @@ public:
void Cancel() override;
void ModuleLoaded();
void ModuleErrored();
void DependenciesLoaded();
void LoadFailed();
private:
void LoadFinished();
void CancelImports();
public:
// Is this a request for a top level module script or an import?
bool mIsTopLevel;