Sign in
webkit
/
WebKit
/
57b40c420b18a382c5831490354fc98d6882db7d
/
.
/
JSTests
/
modules
/
execution-order-cyclic
/
8.js
blob: a3b0da5dfb2edc3d47b67e9acb70cc1278ce2801 [
file
] [
log
] [
blame
]
import
"./7.js"
var
global
=
(
Function
(
"return this"
))();
if
(
global
.
count
!==
7
)
throw
new
Error
(`
bad value $
{
global
.
count
}`);
global
.
count
=
8
;