mirror of
				https://github.com/tc39/test262.git
				synced 2025-10-31 11:44:31 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			233 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			233 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| let setInt8 = DataView.prototype.setInt8;
 | |
| 
 | |
| function foo() {
 | |
|   new bar();
 | |
|   xyz(setInt8(0, 0));
 | |
| }
 | |
| 
 | |
| function bar(a) {
 | |
|   if (a) {
 | |
|     return;
 | |
|   }
 | |
|   if (0 === undefined) {
 | |
|   }
 | |
|   a = + String(0);
 | |
|   foo(0);
 | |
| }
 | |
| 
 | |
| try {
 | |
|     foo();
 | |
| } catch { }
 |