101832.js 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. var GiantPrintArray = [];
  6. function test0(){
  7. var obj0 = {};
  8. var a = 1;
  9. var d = 1;
  10. function func7 (argMath21){
  11. (function(){
  12. 'use strict';;
  13. var v3291 = "I am global";
  14. var res;
  15. try {
  16. throw "I am not global"
  17. }catch(v3291){
  18. function foo(){return v3291;}
  19. res = foo();
  20. (function(argMath25){
  21. argMath21 =(-- argMath25);
  22. })(obj0.length);
  23. res = foo();
  24. }
  25. GiantPrintArray.push(res);
  26. })();
  27. function __objtypespecfoobar()
  28. {
  29. obj0.v3293 = argMath21;
  30. for(var i in obj0)
  31. {
  32. GiantPrintArray.push(i + ":" + obj0[i]);
  33. }
  34. }
  35. __objtypespecfoobar();
  36. __objtypespecfoobar();
  37. }
  38. obj0[_strvar0] = 1;
  39. var __loopvar4 = 0;
  40. for(var _strvar0 in obj0 ) {
  41. if(_strvar0.indexOf('method') != -1) continue;
  42. if(__loopvar4++ > 3) break;
  43. obj0[_strvar0] = func7(-- a);
  44. }
  45. for(var i =0;i<GiantPrintArray.length;i++){
  46. WScript.Echo(GiantPrintArray[i]);
  47. };
  48. };
  49. test0();
  50. test0();
  51. test0();
  52. test0();
  53. test0();