Sign in
webkit
/
WebKit
/
5ee61c06e54d41c4ffb65d69f6b4605c35afb105
/
.
/
JSTests
/
modules
/
execution-order-sibling
/
2.js
blob: dece661964664451dd3a883b09575ba3a1079d6e [
file
] [
log
] [
blame
]
var
global
=
(
Function
(
"return this"
))();
if
(
global
.
count
!==
1
)
throw
new
Error
(`
bad value $
{
global
.
count
}`);
global
.
count
=
2
;