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