Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test|
load(libdir + "asm.js");
// Turn on debugging for the current global.
var g = newGlobal({newCompartment: true});
var dbg = new g.Debugger(this);
assertAsmTypeFail("'use asm'; function f() {} return f");