292293294295296297298299300301302
if (!internalName.equals(name)) { throw new ModuleNameMismatch(internalName, name, x); } heap.setModuleURI(name, module.getLocation().getURI()); module.interpret(eval); return env; } } catch (StaticError e) { heap.removeModule(env);