Searched refs:CatchFeature (Results 1 – 3 of 3) sorted by relevance
58 const CodeFeatures CatchFeature = 1 << 5; variable64 …e | ClosureFeature | AssignFeature | ArgumentsFeature | WithFeature | CatchFeature | ThisFeature |…1420 …riables() const { ASSERT(m_data); return m_features & (EvalFeature | WithFeature | CatchFeature); } in needsActivationForMoreThanVariables()1421 …a); return (hasCapturedVariables()) || (m_features & (EvalFeature | WithFeature | CatchFeature)); } in needsActivation()
616 void usesCatch() { m_scope.m_features |= CatchFeature; } in usesCatch()
187 …const { return m_hasCapturedVariables || m_features & (EvalFeature | WithFeature | CatchFeature); } in needsActivation()