?ue/p1-90`You can discuss this proposal on GitHub.
The
The
The
The
The
It is defined piecewise over the following productions:
switch StatementThe abstract operation PrepareForOrdinaryCall takes arguments func (an ECMAScript
The abstract operation FunctionDeclarationInstantiation takes arguments func (an ECMAScript
When an
It performs the following steps when called:
eval in eval.The
The abstract operation ScriptEvaluation takes argument scriptRecord (a
The abstract operation GlobalDeclarationInstantiation takes arguments script (a
When an
It performs the following steps when called:
var and function bindings (except those that are introduced by non-strict Unlike explicit var or function declarations, properties that are directly created on the
The abstract operation PerformEval takes arguments source (an
eval and of the eval function itself.eval function.The eval code cannot instantiate variable or function bindings in the variable environment of the calling context that invoked the eval if either the code of the calling context or the eval code is let, const, or class declarations are always instantiated in a new LexicalEnvironment.
The abstract operation EvalDeclarationInstantiation takes arguments body (a
eval will not create a global var declaration that would be shadowed by a global lexical declaration.No matter how control leaves the
A PrivateEnvironment Record is a specification mechanism used to track scopes in ECMAScript code. They are similar to, but distinct from, a some syntactic construct such as a a classcode is evaluated, a new that classthat code.
Each
| Field Name | Value Type | Meaning |
|---|---|---|
| [[OuterPrivateEnvironment]] | a |
The |
| [[Names]] | a |
The |
The following
The abstract operation AddPrivateNames takes arguments privateEnv (a
The
The
The
The
The
The
The
The
The
The
The
The
The
© 2026 Justin Ridgewell, Kevin Gibbons
All Software contained in this document ("Software") is protected by copyright and is being made available under the "BSD License", included below. This Software may be subject to third party rights (rights from parties other than Ecma International), including patent rights, and no licenses under such third party rights are granted under this license even if the third party concerned is a member of Ecma International. SEE THE ECMA CODE OF CONDUCT IN PATENT MATTERS AVAILABLE AT https://ecma-international.org/memento/codeofconduct.htm FOR INFORMATION REGARDING THE LICENSING OF PATENT CLAIMS THAT ARE REQUIRED TO IMPLEMENT ECMA INTERNATIONAL STANDARDS.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE ECMA INTERNATIONAL "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ECMA INTERNATIONAL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.