test262/implementation-contributed/javascriptcore/modules/execution-order-cyclic/1.js

6 lines
168 B
JavaScript

import "./11.js"
var global = (Function("return this"))();
if (typeof global.count !== 'undefined')
throw new Error(`bad value ${global.count}`);
global.count = 1;