Sign in
cobalt
/
cobalt
/
ecd0a9050be22614b8a32d770fda4268c0191626
/
.
/
src
/
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');