Source code
Revision control
Copy as Markdown
Other Tools
// |jit-test| --fuzzing-safe; --ion-eager
enableGeckoProfilingWithSlowAssertions();
function f() {
class C {
static #c;
}
(function() {
"".substring("");
return [];
})();
}
oomTest(f);