Home
last modified time | relevance | path

Searched defs:needsActivation (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DExecutable.h187 …bool needsActivation() const { return m_hasCapturedVariables || m_features & (EvalFeature | WithFe… in needsActivation() function
/external/webkit/Source/JavaScriptCore/parser/
DNodes.h1421 …bool needsActivation() const { ASSERT(m_data); return (hasCapturedVariables()) || (m_features & (E… in needsActivation() function