Sign in
webkit
/
WebKit
/
2e2cb00ac8a118644a070f63a7b5ac6a2db0e0aa
/
.
/
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
}`);