Home
last modified time | relevance | path

Searched refs:m_hasCapturedVariables (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DExecutable.h187 …bool needsActivation() const { return m_hasCapturedVariables || m_features & (EvalFeature | WithFe… in needsActivation()
194 m_hasCapturedVariables = hasCapturedVariables; in recordParse()
201 bool m_hasCapturedVariables; variable