多项选择题

function aaa(){console.log(this)}aaa.call([])aaa.apply({})以上程序执行结果是?()

A.undefined
B.FALSE
C.[]
D.{}