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