bug843670.js 495 B

1234567891011121314
  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. do {
  7. } while (!''.match());
  8. }
  9. test0();
  10. test0();
  11. test0();
  12. test0();
  13. WScript.Echo("PASSED");