Sign in
webkit
/
WebKit
/
293423b2e3bc99a3b6b08c9e39c59d8eb89f00e1
/
.
/
JSTests
/
modules
/
execution-order-cyclic.js
blob: fe529dd6118f10e45f89608dbb2c74eaea9ad80b [
file
] [
log
] [
blame
]
import
"./execution-order-cyclic/11.js"
var
global
=
(
Function
(
"return this"
))();
if
(
global
.
count
!==
11
)
throw
new
Error
(`
bad value $
{
global
.
count
}`);