mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1245862 - Guard oomAfterAllocations existing in shells on a CLOSED TREE. (r=me)
This commit is contained in:
parent
8a5e825f6c
commit
b4fc5aff74
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user