blue_1096569.js 1.1 KB

1234567891011121314151617181920212223242526272829
  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 shouldBailout = false;
  6. var print = function(){return this};
  7. var x = function(){return this};
  8. var obj = {};
  9. /*@cc_on @*/
  10. a=10;
  11. function test3(){
  12. (function(){/*sStart*/;try{try{with({}) { try{throw StopIteration;}catch(e){} } }catch(e){}try{delete w.z;}catch(e){}}catch(e){};;/*sEnd*/})();
  13. (function(){/*sStart*/;if(shouldBailout){undefined--}/*sEnd*/})();
  14. (function(){/*sStart*/;"use strict"; /*tLoop*/for (let amspyz in [null, null, new Number(1)]) { if(!shouldBailout){function shapeyConstructor(jcmmhu){this.y = "udb6fudff4";if ( "" ) for (var ytqsfigbn in this) { }return this; }; shapeyConstructor(a);}; };;/*sEnd*/})();
  15. };
  16. //Profile
  17. test3();
  18. test3();
  19. //Bailout
  20. shouldBailout = true;
  21. test3();
  22. WScript.Echo("Success");