We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c54397 commit c8fe69bCopy full SHA for c8fe69b
spec.html
@@ -14721,7 +14721,7 @@ <h1>
14721
</dl>
14722
<emu-alg>
14723
1. Let _getterClosure_ be a new Abstract Closure with no parameters that captures _name_ and _env_ and performs the following steps when called:
14724
- 1. Return _env_.GetBindingValue(_name_, *false*).
+ 1. Return ! _env_.GetBindingValue(_name_, *false*).
14725
1. Let _getter_ be CreateBuiltinFunction(_getterClosure_, 0, *""*, « »).
14726
1. NOTE: _getter_ is never directly accessible to ECMAScript code.
14727
1. Return _getter_.
0 commit comments