Source code
Revision control
Copy as Markdown
Other Tools
function f() {
return this === null;
};
function g() {
if (!f.apply(9)) {}
}
oomTest(g);
function f() {
return this === null;
};
function g() {
if (!f.apply(9)) {}
}
oomTest(g);