index
:
firefox-esr
debian
progress-linux
upstream
debian 12 security: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dom
/
workers
/
test
/
worker_setTimeoutWith0.js
blob: 2d8e5e6c221d76bc14b6c41cb58811f50c806f24 (
plain
)
1
2
3
var
x
=
0
;
setTimeout
(
"x++; '\x00'; x++;"
);
setTimeout
(
"postMessage(x);"
);