// Copyright 2016 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.varglobal=1;global=2;functionf(){varo={a:1};global="a";for(vari=global;i<2;i++){deleteo[i];}}f();