Searched defs:needsActivation (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGGraph.h463 bool needsActivation() const function in class:JSC::DFG::Graph
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DExecutable.h389 bool needsActivation() const { return m_hasCapturedVariables || m_features & (EvalFeature | WithFeature | CatchFeature); } function in class:JSC::ScriptExecutable
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DUnlinkedCodeBlock.h68 ExecutableInfo(bool needsActivation, bool usesEval, bool isStrictMode, bool isConstructor) argument
H A DCodeBlock.h536 bool needsActivation() const function in class:JSC::CodeBlock
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodes.h1391 bool needsActivation() const { return (hasCapturedVariables()) || (m_features & (EvalFeature | WithFeature | CatchFeature)); } function in class:JSC::ScopeNode

Completed in 99 milliseconds