Appearance
Disallow redefine the global variables like 'undefined', 'NaN', 'Infinity', 'eval', 'arguments'.
function NaN() {} !function (Infinity) {}; var undefined = 5; try { } catch (eval) {}