mirror of
				https://github.com/tc39/test262.git
				synced 2025-10-27 01:33:59 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			92 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			92 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| // Reviewed
 | |
| //@ skip
 | |
| 
 | |
| let length = 0x10001000;
 | |
| 
 | |
| let foo = new Array(length);
 | |
| foo.concat(1);
 |