Source code

Revision control

Copy as Markdown

Other Tools

// OOM during reporting warning should be handled.
oomTest(function(){
new Function("return; 0;");
});