forinenumcachebuiltin.js 534 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. Object.prototype.sort = function(){}
  6. arr = [];
  7. var passed = 1;
  8. for (var i in arr)
  9. {
  10. passed = 0;
  11. }
  12. if (passed)
  13. {
  14. WScript.Echo("PASS");
  15. }