Boolean Std.dom.isWindow(Object element);
Std.dom.isWindow(document.body); Std.dom.isWindow(window);
false true