mirror of
				https://github.com/tc39/test262.git
				synced 2025-11-03 21:24:30 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			310 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			310 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
// Copyright (C) 2018 Leo Balter. All rights reserved.
 | 
						|
// This code is governed by the BSD license found in the LICENSE file.
 | 
						|
 | 
						|
Function('return this;')().test262Update = name => x = name;
 | 
						|
 | 
						|
export default function() {
 | 
						|
    return import('./update-to-dynamic-import-other_FIXTURE.js');
 | 
						|
}
 | 
						|
 | 
						|
export var x = 'first';
 |