From 743a864f687e52afc7830d1c631001a8e3961d2c Mon Sep 17 00:00:00 2001 From: Mike Samuel Date: Tue, 4 Jun 2019 06:43:18 -0400 Subject: [PATCH] Adds missing comma I couldn't incorporate domenic suggested edit via web UI so doing it manually. --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index 3fcdda72df..fe0190b542 100644 --- a/spec.html +++ b/spec.html @@ -23367,7 +23367,7 @@

eval ( _x_ )

-

Runtime Semantics: PerformEval ( _x_, _callerRealm_ _strictCaller_, _direct_ )

+

Runtime Semantics: PerformEval ( _x_, _callerRealm_, _strictCaller_, _direct_ )

The abstract operation PerformEval with arguments _x_, _callerRealm_, _strictCaller_, and _direct_ performs the following steps:

1. Assert: If _direct_ is *false*, then _strictCaller_ is also *false*.