fieldhoist_undefined_global.js 551 B

123456789101112131415
  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. // -force:fieldhoist -prejit
  6. (function(){
  7. var __loopvar0 = 0;
  8. LABEL0:
  9. do {
  10. __loopvar0++;
  11. if (d) {
  12. }
  13. } while (((++ obj9.d)) && __loopvar0 < 3)
  14. })();