testDebugModeDisables.js (220B)
1 // |jit-test| 2 3 load(libdir + "asm.js"); 4 5 // Turn on debugging for the current global. 6 var g = newGlobal({newCompartment: true}); 7 var dbg = new g.Debugger(this); 8 9 assertAsmTypeFail("'use asm'; function f() {} return f");