HomeSort by relevance Sort by last modified time
    Searched refs:CatchFeature (Results 1 - 3 of 3) sorted by null

  /external/webkit/JavaScriptCore/runtime/
Executable.h 141 bool needsActivation() const { return m_features & (EvalFeature | ClosureFeature | WithFeature | CatchFeature); }
  /external/webkit/JavaScriptCore/parser/
Nodes.h 58 const CodeFeatures CatchFeature = 1 << 5;
60 const CodeFeatures AllFeatures = EvalFeature | ClosureFeature | AssignFeature | ArgumentsFeature | WithFeature | CatchFeature | ThisFeature;
    [all...]
Grammar.y     [all...]

Completed in 399 milliseconds