bug1092916.js 589 B

123456789101112131415161718
  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 test0() {
  6. var func3 = function (argMath3) {
  7. argMath3 = {};
  8. argMath3.prop0 = argMath3;
  9. argMath3.prop0;
  10. };
  11. func3();
  12. }
  13. test0();
  14. test0();
  15. test0();
  16. test0();
  17. WScript.Echo("PASSED");