Home | History | Annotate | Download | only in parser

Lines Matching refs:needsActivation

1421         bool needsActivation() const { ASSERT(m_data); return (hasCapturedVariables()) || (m_features & (EvalFeature | WithFeature | CatchFeature)); }