From b9db34c5279e382a4ecebfba23c90d44cf2a620a Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Thu, 12 Dec 2019 16:43:17 -0500 Subject: [PATCH] Editorial: insert space before paren in clause heading (PR #1646) --- spec.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec.html b/spec.html index b14b6c727e0..6122b8f948d 100644 --- a/spec.html +++ b/spec.html @@ -13815,7 +13815,7 @@

Runtime Semantics: Evaluation

-

Runtime Semantics: EvaluatePropertyAccessWithExpressionKey( _baseValue_, _expression_, _strict_ )

+

Runtime Semantics: EvaluatePropertyAccessWithExpressionKey ( _baseValue_, _expression_, _strict_ )

The abstract operation EvaluatePropertyAccessWithExpressionKey takes as arguments a value _baseValue_, a Parse Node _expression_, and a Boolean argument _strict_. It performs the following steps:

1. Let _propertyNameReference_ be the result of evaluating _expression_. @@ -13826,7 +13826,7 @@

Runtime Semantics: EvaluatePropertyAccessWithExpressionKey( _baseValue_, _ex -

Runtime Semantics: EvaluatePropertyAccessWithIdentifierKey( _baseValue_, _identifierName_, _strict_ )

+

Runtime Semantics: EvaluatePropertyAccessWithIdentifierKey ( _baseValue_, _identifierName_, _strict_ )

The abstract operation EvaluatePropertyAccessWithIdentifierKey takes as arguments a value _baseValue_, a Parse Node _identifierName_, and a Boolean argument _strict_. It performs the following steps:

1. Assert: _identifierName_ is an |IdentifierName|