mirror of
				https://github.com/tc39/test262.git
				synced 2025-10-27 01:33:59 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			152 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			152 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| try {
 | |
|     let char16 = decodeURI('%E7%9A%84');
 | |
|     let rope = char16.padEnd(2147483644, 1);
 | |
|     rope.__defineGetter__(256, function () {});
 | |
| } catch { }
 |