bug-1791363.js (308B)
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()); 10 enqueueMark('set-color-black'); 11 enqueueMark(newGlobal()); 12 setMarkStackLimit(1); 13 gc();