diff --git a/spec.html b/spec.html index 401086d9aa..3424154970 100644 --- a/spec.html +++ b/spec.html @@ -19393,6 +19393,10 @@

Runtime Semantics: Evaluation

The `with` Statement

+ +

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

+
+

Syntax

WithStatement[Yield, Await, Return] :