diff --git a/spec.html b/spec.html index 298d3b771f..090a81795a 100644 --- a/spec.html +++ b/spec.html @@ -13707,7 +13707,7 @@

Runtime Semantics: Evaluation

- +

Runtime Semantics: EvaluatePropertyAccessWithExpressionKey ( _baseValue_, _expression_, _strict_ )

The abstract operation EvaluatePropertyAccessWithExpressionKey takes arguments _baseValue_ (an ECMAScript language value), _expression_ (a Parse Node), and _strict_ (a Boolean). It performs the following steps when called:

@@ -13718,7 +13718,7 @@

Runtime Semantics: EvaluatePropertyAccessWithExpressionKey ( _baseValue_, _e 1. Return a value of type Reference whose base value component is _bv_, whose referenced name component is _propertyKey_, and whose strict reference flag is _strict_. - +

Runtime Semantics: EvaluatePropertyAccessWithIdentifierKey ( _baseValue_, _identifierName_, _strict_ )

The abstract operation EvaluatePropertyAccessWithIdentifierKey takes arguments _baseValue_ (an ECMAScript language value), _identifierName_ (a Parse Node), and _strict_ (a Boolean). It performs the following steps when called: