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

  /external/webkit/Source/JavaScriptCore/parser/
Nodes.h 57 const CodeFeatures WithFeature = 1 << 4;
64 const CodeFeatures AllFeatures = EvalFeature | ClosureFeature | AssignFeature | ArgumentsFeature | WithFeature | CatchFeature | ThisFeature | StrictModeFeature | ShadowsArgumentsFeature;
    [all...]
ASTBuilder.h 620 void usesWith() { m_scope.m_features |= WithFeature; }
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
Executable.h 187 bool needsActivation() const { return m_hasCapturedVariables || m_features & (EvalFeature | WithFeature | CatchFeature); }

Completed in 132 milliseconds