// Copyright 2021 the V8 project authors. All rights reserved.// Use of this source code is governed by a BSD-style license that can be// found in the LICENSE file.// Flags: --allow-natives-syntax --assert-typesfunction__f_2(__v_4,__v_5){let__v_6=__v_4>=__v_5;while(__v_6!=0){__v_4=__v_4|__v_5-__v_4;let__v_7=__v_4>=__v_5;newInt32Array(__v_4);__v_6=__v_4<__v_5;}}function__f_3(){__f_2(Infinity,1);__f_2();}%PrepareFunctionForOptimization(__f_3);%PrepareFunctionForOptimization(__f_2);__f_3();%OptimizeFunctionOnNextCall(__f_3);__f_3();