Sign in
chromium
/
devtools
/
devtools-frontend.git
/
refs/heads/main
/
.
/
test
/
e2e
/
resources
/
coverage
/
script.js
blob: 02337ea3f81e1a86ddad0288bf926e9a885f852b [
file
] [
log
] [
blame
] [
edit
]
let x
=
0
;
function
foo
()
{
x
=
x
+
1
;
}