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