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