diff --git a/spec.html b/spec.html index 8e37e88003..75e9fbc7e6 100644 --- a/spec.html +++ b/spec.html @@ -8475,6 +8475,10 @@

Static Semantics: ContainsUndefinedContinueTarget

1. Return *false*. + Statement : BlockStatement + + 1. Return ContainsUndefinedContinueTarget of |BlockStatement| with arguments _iterationSet_ and « ». + BreakableStatement : IterationStatement 1. Let _newIterationSet_ be the list-concatenation of _iterationSet_ and _labelSet_.