blob: 53f57b8c1712da1d6cd42db76d299bfef7389c5f [file] [log] [blame]
Ben Murdoch4a90d5f2016-03-22 12:00:34 +00001// Copyright 2015 the V8 project authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// NO HARNESS
6
7"use strict";
8let l = 0;
9eval("eval('this')");