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

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

Completed in 85 milliseconds