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