// Copyright 2020 the V8 project authors. All rights reserved.// Use of this source code is governed by a BSD-style license that can be// found in the LICENSE file.// Original: spidermonkey/shell.jsconsole.log('/shell.js');if(!ok)thrownewError(`A****tion failed: ${f} did not throw as expected`);// Original: spidermonkey/test/shell.jsconsole.log('/test/shell.js');// Original: spidermonkey/load1.jsconsole.log('load1.js');// Original: spidermonkey/test/load2.jsconsole.log('load2.js');// Original: spidermonkey/test/load.jsconsole.log('load.js');if(!ok)thrownewError(`A****tion failed: Some text`);print("A****tion failed: Some text");