From 8d2463a388c866d34035543d72dff7f730fcf975 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Sat, 4 Jul 2020 22:22:36 -0700 Subject: [PATCH] Editorial: add oldids for property access (#2071) For property access with expression and identifier, add oldids - sec-evaluate-property-access-with-expression-key, sec-evaluate-property-access-with-identifier-key Related to #2070 --- spec.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: