bug6738.js 598 B

123456789101112131415
  1. //-------------------------------------------------------------------------------------------------------
  2. // Copyright (C) Microsoft Corporation and contributors. All rights reserved.
  3. // Copyright (c) 2021 ChakraCore Project Contributors. All rights reserved.
  4. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
  5. //-------------------------------------------------------------------------------------------------------
  6. function jit() {
  7. let x = Math.round.call({}, 3133.7);
  8. }
  9. for (var i = 0; i < 0x1000; i++) {
  10. jit();
  11. }
  12. print("pass");