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