From cc632909b4aae22741c58c6e5d48f67f3eb1a782 Mon Sep 17 00:00:00 2001 From: Doehyun Baek Date: Wed, 1 Nov 2023 11:30:36 -0700 Subject: [PATCH] Editorial: Make parameter of EvaluatePropertyAccessWithExpressionKey more precise (#3164) This is more precise specification with EvaluatePropertyAccessWithExpressionKey' usage and also in line with parameter specification of EvaluatePropertyAccessWithIdentifierKey. --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index d180a9c21c..894fcec2e7 100644 --- a/spec.html +++ b/spec.html @@ -19134,7 +19134,7 @@

Runtime Semantics: Evaluation

EvaluatePropertyAccessWithExpressionKey ( _baseValue_: an ECMAScript language value, - _expression_: a Parse Node, + _expression_: an |Expression| Parse Node, _strict_: a Boolean, ): either a normal completion containing a Reference Record or an abrupt completion