Source code

Revision control

Copy as Markdown

Other Tools

load(libdir + "asserts.js");
assertThrowsInstanceOf(function () {
var dbg = new Debugger();
dbg.addDebuggee(Debugger.Object.prototype);
}, TypeError);