Set of identifier names that can never be accessed from the global
scope.
Set of identifier names that can never be accessed from the global
scope.
This set includes and is limited to:
All ECMAScript 2015 keywords;
Identifier names that are treated as keywords or reserved identifier
names in ECMAScript 2015 Strict Mode;
The identifier arguments, because any attempt to refer to it always
refers to the magical arguments pseudo-array from the enclosing
function, rather than a global variable.