blob: 80cac617b31529757048dcd0c225e671ae686cdb [file] [log] [blame]
load(libdir + "asserts.js");
if (helperThreadCount() === 0)
quit(0);
options('werror');
offThreadCompileScript("function f() {'use asm'}");
assertThrowsInstanceOf(()=>runOffThreadScript(), TypeError);