Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
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
;