mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 15:05:30 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			264 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			264 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
// exact-check
 | 
						|
 | 
						|
const EXPECTED = [
 | 
						|
    {
 | 
						|
        'query': 'constructor',
 | 
						|
        'others': [],
 | 
						|
        'returned': [],
 | 
						|
        'in_args': [],
 | 
						|
    },
 | 
						|
    {
 | 
						|
        'query': '__proto__',
 | 
						|
        'others': [],
 | 
						|
        'returned': [],
 | 
						|
        'in_args': [],
 | 
						|
    },
 | 
						|
];
 |