Sign in
webkit
/
WebKit
/
070f085f5e8356d46f8d4feb8b86126d4b0078d5
/
.
/
JSTests
/
modules
/
execution-order-cyclic
/
1.js
blob: 790fd8e3fb8feb8a5fe4e96b4c39f185396deb2a [
file
] [
log
] [
blame
]
import
"./11.js"
var
global
=
(
Function
(
"return this"
))();
if
(
typeof
global
.
count
!==
'undefined'
)
throw
new
Error
(`
bad value $
{
global
.
count
}`);
global
.
count
=
1
;