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