Sign in
webkit
/
WebKit
/
10627ba484528fed3e7358b1801250bb004c8a99
/
.
/
JSTests
/
modules
/
execution-order-dag.js
blob: 7e7ac7ff9f2a3ff22c6ba05cd388abbdd63b9173 [
file
] [
log
] [
blame
]
// This tests the DAG.
import
"./execution-order-dag/9.js"
import
"./execution-order-dag/10.js"
var
global
=
(
Function
(
"return this"
))();
if
(
global
.
count
!==
10
)
throw
new
Error
(`
bad value $
{
global
.
count
}`);