blob: 33204ae7739950dee3a170d670df92d4305e0819 [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.
Ben Murdoch4a90d5f2016-03-22 12:00:34 +00004
Ben Murdoch61f157c2016-09-16 13:49:30 +01005var x = {};
6// Crashes in debug mode if an erroneous DCHECK in dfb8d333 is not removed.
7eval, x[eval];