bug-1884427.js (213B)
1 gczeal(10); 2 x = 1; 3 newGlobal(); 4 oomAtAllocation(8); 5 try { 6 newGlobal(); 7 } catch (e) {} 8 oomAtAllocation(8); 9 try { 10 newGlobal(); 11 } catch (e) {} 12 oomAtAllocation(8); 13 try { 14 newGlobal(); 15 } catch (e) {} 16 newGlobal();