1Alert: PASS: this.__proto__ = [object Object] 2Alert: PASS: app.__proto__ = [object Object] 3Alert: PASS: this.__proto__ = {} threw TypeError: Immutable prototype object '[object global]' cannot have their prototype set 4Alert: PASS: app.__proto__ = this threw TypeError: Immutable prototype object '[object Object]' cannot have their prototype set 5