summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/off_thread_compile_throws_error.js
blob: 7b4323f908cb31fda3ad64ab4ecb188a0d2f73e1 (plain)
1
2
3
4
5
6
7
// |jit-test| skip-if: helperThreadCount() === 0

load(libdir + "asserts.js");

offThreadCompileToStencil("var shouldFailToParse =");

assertThrowsInstanceOf(() => finishOffThreadStencil(), SyntaxError);