update-to-dynamic-import_FIXTURE.js (347B)
1 // |reftest| skip -- not a test file 2 // Copyright (C) 2018 Leo Balter. All rights reserved. 3 // This code is governed by the BSD license found in the LICENSE file. 4 5 Function('return this;')().test262Update = name => x = name; 6 7 export default function() { 8 return import('./update-to-dynamic-import-other_FIXTURE.js'); 9 } 10 11 export var x = 'first';