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

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

Completed in 31 milliseconds