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