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