Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
v8
/
test
/
mjsunit
/
d8
/
d8-worker-script.txt
blob: 9254cea4f4bfa83fb62f983600c62b582a4b688e [
file
] [
log
] [
blame
]
// Worker script used by d8-worker-script.js.
// This file is named `.txt` to prevent it being treated as a test itself.
onmessage = function(m) {
postMessage('DONE');
}
postMessage('Starting worker');