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