Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test| skip-if: helperThreadCount() === 0
enableOsiPointRegisterChecks();
evalInWorker(`
function DiagModule(stdlib, foreign) {
"use asm";
function diag() {
while(1) {}
}
return {};
`);