delaycapture.js 750 B

12345678910111213141516171819202122
  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 func6 = function () {
  7. var __loopvar2 = 0;
  8. while ((arguments.callee[(1)]) && __loopvar2 < 3) {
  9. __loopvar2;
  10. }
  11. }
  12. var __loopvar1 = 0;
  13. do {
  14. __loopvar1;
  15. } while ((func6()) && __loopvar1 < 3)
  16. (function (argMath15) {
  17. func6();
  18. })(1);
  19. };
  20. test0();
  21. WScript.Echo('pass');