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

  /external/webkit/Source/JavaScriptCore/parser/
Nodes.cpp 90 // ------------------------------ ScopeNode -----------------------------
92 ScopeNode::ScopeNode(JSGlobalData* globalData, bool inStrictContext)
99 ScopeNode::ScopeNode(JSGlobalData* globalData, const SourceCode& source, SourceElements* children, VarStack* varStack, FunctionStack* funcStack, IdentifierSet& capturedVariables, CodeFeatures features, int numConstants)
108 StatementNode* ScopeNode::singleStatement() const
116 : ScopeNode(globalData, source, children, varStack, funcStack, capturedVariables, features, numConstants)
134 : ScopeNode(globalData, source, children, varStack, funcStack, capturedVariables, features, numConstants)
158 : ScopeNode(globalData, inStrictContext)
163 : ScopeNode(globalData, sourceCode, children, varStack, funcStack, capturedVariables, features, numConstants
    [all...]
Nodes.h 48 class ScopeNode;
    [all...]

Completed in 71 milliseconds