Sign in
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/fuchsia
/
.
/
deps
/
node-inspect
/
examples
/
alive.js
blob: c8ad157b452d11058b5cfba52b2df893e810a073 [
file
] [
edit
]
let x
=
0
;
function
heartbeat
()
{
++
x
;
}
setInterval
(
heartbeat
,
50
);