diff --git a/spec.html b/spec.html index d0e2291b42..7f7d1b3939 100644 --- a/spec.html +++ b/spec.html @@ -21855,8 +21855,12 @@

Runtime Semantics: Evaluation

- +

The `with` Statement

+ +

It is recommended that the Legacy `with` statement is not used in new ECMAScript code. Consider alternatives that are permitted in both strict mode code and non-strict code, such as .

+
+

Syntax

WithStatement[Yield, Await, Return] :