Sign in
webkit
/
WebKit
/
8e0458971757386725aa85c3b7505ea8bd4932cd
/
.
/
Source
/
JavaScriptCore
/
tests
/
modules
/
execution-order-depth
/
1.js
blob: 4b1c3cc5d0d63c0c290e3be695f1dde6f13b73a3 [
file
] [
log
] [
blame
]
var
global
=
(
Function
(
"return this"
))();
if
(
typeof
global
.
count
!==
'undefined'
)
throw
new
Error
(`
bad value $
{
global
.
count
}`);
global
.
count
=
1
;