Source code

Revision control

Copy as Markdown

Other Tools

oomTest(
function x() {
try {
eval('let ')
} catch (ex) {
(function() {})()
}
}
);