bug_OS_2525694.js 524 B

123456789101112131415
  1. //-------------------------------------------------------------------------------------------------------
  2. // Copyright (C) Microsoft. All rights reserved.
  3. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
  4. //-------------------------------------------------------------------------------------------------------
  5. (function () {
  6. with ({}) {
  7. try {
  8. arguments(z) = w; // shouldn't crash
  9. } catch (e) {
  10. }
  11. }
  12. })();
  13. WScript.Echo("passed");