Sign in
webkit
/
WebKit
/
edb346a75329a4efa9442b1eda08e235b281947f
/
.
/
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
;