Sign in
webkit
/
WebKit
/
1f5bafe5ae87a22fbc029b76fb26b628be327746
/
.
/
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
;