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