多项选择题

function Dong(){}var cat = new Dong();
基于以上程序, 以下选项中结果为true的表达式有哪些()

A.cat instanceof Dong
B.cat instanceof Object
C.cat.constructor==Dong
D.cat.constructor==Object