| 123456789101112131415161718192021 |
- //-------------------------------------------------------------------------------------------------------
- // Copyright (C) Microsoft. All rights reserved.
- // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
- //-------------------------------------------------------------------------------------------------------
- if (this.WScript && this.WScript.LoadScriptFile) {
- this.WScript.LoadScriptFile("../UnitTestFramework/TrimStackTracePath.js");
- }
- function f() { return 42; }
- function main()
- {
- try {
- var i = 0;
- return f() - p0;
- } catch (e) {
- console.log(TrimStackTracePath(e.stack));
- }
- }
- main();
|