Bug 1245862 - Guard oomAfterAllocations existing in shells on a CLOSED TREE. (r=me)

This commit is contained in:
Shu-yu Guo 2016-02-05 16:00:12 -08:00
parent 8a5e825f6c
commit b4fc5aff74

View File

@ -1,5 +1,8 @@
// |jit-test| allow-oom
if (!('oomAfterAllocations' in this))
quit();
var g = newGlobal();
var dbg = new Debugger;
g.h = function h(d) {