Source code
Revision control
Copy as Markdown
Other Tools
// |jit-test| --code-coverage
if (!('oomTest' in this))
quit();
oomTest(() => {
var g = newGlobal({sameZoneAs: this});
g.eval("\
function f(){}; \
getLcovInfo(); \
");
});