mirror of
				https://github.com/tc39/test262.git
				synced 2025-11-04 13:44:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			187 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			187 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
//-----------------------------------------------------------------------------
 | 
						|
var __globalObject = Function("return this;")();
 | 
						|
function fnGlobalObject() {
 | 
						|
     return __globalObject;
 | 
						|
}
 |