Source code
Revision control
Copy as Markdown
Other Tools
x = "x";
lFile(x);
function lFile() {
return oomTest(function() {
let error = new Error("foobar");
let report = createErrorReport(error);
});
}
x = "x";
lFile(x);
function lFile() {
return oomTest(function() {
let error = new Error("foobar");
let report = createErrorReport(error);
});
}