Sign in
webkit
/
WebKit
/
67ef48bf3155a8b5a1fc5ba0a7b64489ec5a0874
/
.
/
JSTests
/
modules
/
execution-order-cyclic
/
6.js
blob: b05c59317bf1f5756843aa09dc1e10a06980e24a [
file
] [
log
] [
blame
]
import
"./5.js"
import
"./9.js"
var
global
=
(
Function
(
"return this"
))();
if
(
global
.
count
!==
5
)
throw
new
Error
(`
bad value $
{
global
.
count
}`);
global
.
count
=
6
;