The following function breaks with the following error: Cannot perform operation 'instanceof' on type 'Any'.
function instanceOf(needle, instance, msg) {
ok(needle instanceof instance, msg);
}The following function breaks with the following error: Cannot perform operation 'instanceof' on type 'Any'.
function instanceOf(needle, instance, msg) {
ok(needle instanceof instance, msg);
}