Bug 1165966 - Add test cases r=terrence

This commit is contained in:
Jon Coppeard 2015-05-22 18:52:52 +01:00
parent 4350f05b2b
commit 01b743a06b

View File

@ -0,0 +1,6 @@
// |jit-test| --no-ggc; allow-unhandlable-oom
load(libdir + 'oomTest.js');
var g = newGlobal();
oomTest(function() {
Debugger(g);
});