mirror of
				https://github.com/tc39/test262.git
				synced 2025-10-31 11:44:31 +01:00 
			
		
		
		
	sourceRevisionAtLastExport: 33f2fb0e53d135f0ee17cfccd9d993eb2a6f47de targetRevisionAtLastExport: 31340cbd9add103f586d501b0c3354b7b182abc0
		
			
				
	
	
		
			19 lines
		
	
	
		
			565 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			565 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| // 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.
 | |
| 
 | |
| // https://code.google.com/p/chromium/issues/detail?id=578775
 | |
| 
 | |
| var __v_9 = {};
 | |
| for (var __v_0 = 0; __v_0 < 1000; __v_0++) {
 | |
| }
 | |
| __v_2 = { __v_2: 1 };
 | |
| __v_12 = new Proxy({}, {});
 | |
| function f() {
 | |
|   var __v_10 = new Proxy({}, __v_2);
 | |
|   __v_9.__proto__ = __v_10;
 | |
|   __v_2.getPrototypeOf = function () { return __v_9 };
 | |
|   Object.prototype.isPrototypeOf.call(__v_0, __v_10);
 | |
| };
 | |
| assertThrows(f, RangeError);
 |