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

  /external/webkit/Source/JavaScriptCore/parser/
Nodes.h 59 const CodeFeatures ThisFeature = 1 << 6;
64 const CodeFeatures AllFeatures = EvalFeature | ClosureFeature | AssignFeature | ArgumentsFeature | WithFeature | CatchFeature | ThisFeature | StrictModeFeature | ShadowsArgumentsFeature;
    [all...]
ASTBuilder.h 615 void usesThis() { m_scope.m_features |= ThisFeature; }
    [all...]

Completed in 41 milliseconds