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

/external/webkit/JavaScriptCore/parser/
H A DNodes.h53 const CodeFeatures EvalFeature = 1 << 0; member in namespace:JSC
60 const CodeFeatures AllFeatures = EvalFeature | ClosureFeature | AssignFeature | ArgumentsFeature | WithFeature | CatchFeature | ThisFeature;
1404 bool usesEval() const { return m_features & EvalFeature; }
1408 bool needsActivation() const { return m_features & (EvalFeature | ClosureFeature | WithFeature | CatchFeature); }

Completed in 24 milliseconds