// 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-syntaxfunctionf(a,b){a==b;}f({},{});vara={y:1.5};a.y=777;varb=a.y;functionh(){vard=1;vare=777;while(d-->0)e++;f(1,e);}varglobal;functiong(){global=b;returnh(b);}g();g();%OptimizeFunctionOnNextCall(g);g();