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

  /external/webkit/Source/JavaScriptCore/runtime/
Executable.h 154 , m_features(isInStrictContext ? StrictModeFeature : 0)
168 , m_features(isInStrictContext ? StrictModeFeature : 0)
188 bool isStrictMode() const { return m_features & StrictModeFeature; }
  /external/webkit/Source/JavaScriptCore/parser/
Nodes.cpp 95 , m_features(inStrictContext ? StrictModeFeature : NoFeatures)
Nodes.h 60 const CodeFeatures StrictModeFeature = 1 << 7;
64 const CodeFeatures AllFeatures = EvalFeature | ClosureFeature | AssignFeature | ArgumentsFeature | WithFeature | CatchFeature | ThisFeature | StrictModeFeature | ShadowsArgumentsFeature;
    [all...]
JSParser.cpp 663 features |= StrictModeFeature;
    [all...]

Completed in 228 milliseconds