Skip to content

Commit c8fe69b

Browse files
bakkotljharb
authored andcommitted
Editorial: mark a callsite of GetBindingValue as not throwing (#3599)
1 parent 1c54397 commit c8fe69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14721,7 +14721,7 @@ <h1>
1472114721
</dl>
1472214722
<emu-alg>
1472314723
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*).
14724+
1. Return ! _env_.GetBindingValue(_name_, *false*).
1472514725
1. Let _getter_ be CreateBuiltinFunction(_getterClosure_, 0, *""*, « »).
1472614726
1. NOTE: _getter_ is never directly accessible to ECMAScript code.
1472714727
1. Return _getter_.

0 commit comments

Comments
 (0)