Sign in
webkit
/
WebKit
/
d79b7e713ceaf06a6bf446a1c1fe26f74d99e80b
/
.
/
JSTests
/
modules
/
execution-order-dag
/
6.js
blob: 8613e712b87790c61c3fef9aea0b4b1bc944e22e [
file
] [
log
] [
blame
]
import
"./5.js"
var
global
=
(
Function
(
"return this"
))();
if
(
global
.
count
!==
5
)
throw
new
Error
(`
bad value $
{
global
.
count
}`);
global
.
count
=
6
;