Source code
Revision control
Copy as Markdown
Other Tools
// |jit-test| --code-coverage
let x = cacheEntry("function inner() { return 3; }; inner()");
evaluate(x, { saveBytecodeWithDelazifications: true });
try {
// Fail XDR decode with partial script
oomAtAllocation(20);
evaluate(x, { loadBytecode: true });
} catch { }
getLcovInfo();