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