test110.js 671 B

12345678910111213141516171819
  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. eval("");
  7. var i32 = new Int32Array(256);
  8. var __loopvar1 = 0;
  9. for(var strvar0 in i32 ) {
  10. if(strvar0.indexOf('method') != -1) continue;
  11. if(__loopvar1++ > 3) break;
  12. i32[strvar0] = (-684194670.9 * 1);
  13. }
  14. };
  15. test0();
  16. test0();
  17. WScript.Echo("pass");