Searched refs:m_hasCapturedVariables (Results 1 – 1 of 1) sorted by relevance
187 …bool needsActivation() const { return m_hasCapturedVariables || m_features & (EvalFeature | WithFe… in needsActivation()194 m_hasCapturedVariables = hasCapturedVariables; in recordParse()201 bool m_hasCapturedVariables; variable