blob: a889ab623972366ee7804744e974b64def71706a [file] [log] [blame]
load(libdir + "asserts.js");
function C(a, b) {}
var f = C.bind(null, 2);
var that = this;
assertThrowsInstanceOf(function () { g = clone(f, that)}, TypeError);