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