OS_5248645.js 549 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. //Switches: -maxinterpretCount:2 -off:simplejit -off:dynamicProfile
  6. // Exercises IRBuilder::BuildCallIExtendedFlags()
  7. function f() {
  8. eval("");
  9. };
  10. f();
  11. f();
  12. f();
  13. print("pass");