Sign in
cobalt
/
cobalt
/
1bdf8b5470dc937a8c92ce7e2f6d3392c6a1180c
/
.
/
third_party
/
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');