var win = window; with ({window: null}) { alert(win == window); }
var win = window; with ({window: null, Function: null}) { new [].constructor.constructor('win', 'alert([this == win, window == win])')(win); }