Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/parser/
DNodes.h61 const CodeFeatures CatchFeature = 1 << 5; variable
63 …ure | ClosureFeature | AssignFeature | ArgumentsFeature | WithFeature | CatchFeature | ThisFeature;
1424 …vation() const { return m_features & (EvalFeature | ClosureFeature | WithFeature | CatchFeature); } in needsActivation()
DGrammar.y1150 … $2.m_features | $7.m_features | CatchFeature,
1157 … $2.m_features | $7.m_features | $9.m_features | CatchFeature,