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