Sign in
webkit
/
WebKit
/
2e2cb00ac8a118644a070f63a7b5ac6a2db0e0aa
/
.
/
JSTests
/
modules
/
execution-order-tree
/
11.js
blob: 84bb2533f25e607a4990e895a34ead31e9d3e8e7 [
file
] [
log
] [
blame
]
import
"./9.js"
;
import
"./10.js"
;
var
global
=
(
Function
(
"return this"
))();
if
(
global
.
count
!==
10
)
throw
new
Error
(`
bad value $
{
global
.
count
}`);
global
.
count
=
11
;