bug-1792338.js (327B)
1 // |jit-test| allow-unhandlable-oom; skip-if: (getBuildConfiguration("android") && getBuildConfiguration("debug")) 2 3 gczeal(0); 4 if (!this.enqueueMark) { 5 quit(); 6 } 7 8 enqueueMark('set-color-gray'); 9 enqueueMark(newGlobal({newCompartment: true})); 10 enqueueMark('set-color-black'); 11 enqueueMark({}); 12 setMarkStackLimit(1); 13 gc(); 14 gc();