bug-1149495.js (238B)
1 try { 2 offThreadCompileToStencil('Error()', { lineNumber: (4294967295)}); 3 var stencil = finishOffThreadStencil(); 4 evalStencil(stencil).stack; 5 } catch (e) { 6 // Ignore "Error: Can't use offThreadCompileToStencil with --no-threads" 7 }