Sign in
webkit
/
WebKit
/
2629c511d38e49d1fe2fa2a08fc0ef8d0f7bd7f6
/
.
/
JSTests
/
modules
/
execution-order-sibling.js
blob: 952edb1054a87f2d1b8cb9b8236480bac92bd064 [
file
] [
log
] [
blame
]
import
"./execution-order-sibling/1.js"
import
"./execution-order-sibling/2.js"
import
"./execution-order-sibling/3.js"
var
global
=
(
Function
(
"return this"
))();
if
(
global
.
count
!==
3
)
throw
new
Error
(`
bad value $
{
global
.
count
}`);