function items() { alert([this == items, this instanceof items, this instanceof Window]); } new items(); items(); items.call(items);