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