Sign in
◑
Theme
fuchsia
/
third_party
/
webkit
/
refs/heads/upstream/master
/
.
/
JSTests
/
modules
/
execution-order-cyclic
/
1.js
blob: 790fd8e3fb8feb8a5fe4e96b4c39f185396deb2a [
file
] [
edit
]
import
"./11.js"
var
global
=
(
Function
(
"return this"
))();
if
(
typeof
global
.
count
!==
'undefined'
)
throw
new
Error
(`
bad value $
{
global
.
count
}`);
global
.
count
=
1
;