blob: afeaf3d91480048fd85beb9dbf0fdd2b633405b2 [file] [log] [blame]
Ben Murdoch4a90d5f2016-03-22 12:00:34 +00001// Copyright 2016 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// https://code.google.com/p/chromium/issues/detail?id=578775
6
7var __v_9 = {};
8for (var __v_0 = 0; __v_0 < 1000; __v_0++) {
9}
10__v_2 = { __v_2: 1 };
11__v_12 = new Proxy({}, {});
12function f() {
13 var __v_10 = new Proxy({}, __v_2);
14 __v_9.__proto__ = __v_10;
15 __v_2.getPrototypeOf = function () { return __v_9 };
16 Object.prototype.isPrototypeOf.call(__v_0, __v_10);
17};
18assertThrows(f, RangeError);