test137.js 546 B

12345678910111213141516
  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 a = 1;
  7. while(1 && (0 & 1) >= (0 | a)) {
  8. function test0a() { a; }
  9. }
  10. }
  11. test0();
  12. test0();
  13. test0();
  14. WScript.Echo("pass");