| Index: test/mjsunit/regress/regress-347912.js
|
| diff --git a/test/mjsunit/regress/regress-347912.js b/test/mjsunit/regress/regress-347912.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b609e36c3d4981219abcd1c244ab46f849b2863b
|
| --- /dev/null
|
| +++ b/test/mjsunit/regress/regress-347912.js
|
| @@ -0,0 +1,10 @@
|
| +// 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
|
| +
|
| +var __v_4 = {};
|
| +__v_2 = {};
|
| +__v_2[1024] = 0;
|
| +%DebugPrint(__v_4);
|
|
|