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