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