bug-1696880.js (218B)
1 // |jit-test| skip-if: helperThreadCount() === 0 2 3 gczeal(0); 4 gczeal(4); 5 function a(b) { 6 c = cacheEntry(b); 7 evaluate(c, { 8 saveBytecodeWithDelazifications: true 9 }); 10 return c; 11 } 12 offThreadDecodeStencil(a(""));