// Copyright 2014 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 --debug-codevar__v_6={};__v_6=newInt32Array(5);for(vari=0;i<__v_6.length;i++)__v_6[i]=0;function__f_7(N){for(vari=-1;i<N;i++){__v_6[i]=i;}}__f_7(1);%OptimizeFunctionOnNextCall(__f_7);__f_7(__v_6.length);