Searched defs:IdentifierSet (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/bridge/
H A DIdentifierRep.cpp39 typedef HashSet<IdentifierRep*> IdentifierSet; typedef in namespace:WebCore
41 static IdentifierSet& identifierSet()
43 DEFINE_STATIC_LOCAL(IdentifierSet, identifierSet, ());
/external/webkit/Source/JavaScriptCore/runtime/
H A DPropertyNameArray.h89 typedef HashSet<StringImpl*, PtrHash<StringImpl*> > IdentifierSet; typedef in class:JSC::PropertyNameArray
92 IdentifierSet m_set;
/external/webkit/Source/JavaScriptCore/parser/
H A DNodes.h88 typedef HashSet<RefPtr<StringImpl>, IdentifierRepHash> IdentifierSet; typedef in namespace:JSC
1385 ScopeNodeData(ParserArena&, SourceElements*, VarStack*, FunctionStack*, IdentifierSet&, int numConstants);
1392 IdentifierSet m_capturedVariables;
1401 ScopeNode(JSGlobalData*, const SourceCode&, SourceElements*, VarStack*, FunctionStack*, IdentifierSet&, CodeFeatures, int numConstants);
1453 static PassRefPtr<ProgramNode> create(JSGlobalData*, SourceElements*, VarStack*, FunctionStack*, IdentifierSet&, const SourceCode&, CodeFeatures, int numConstants);
1458 ProgramNode(JSGlobalData*, SourceElements*, VarStack*, FunctionStack*, IdentifierSet&, const SourceCode&, CodeFeatures, int numConstants);
1466 static PassRefPtr<EvalNode> create(JSGlobalData*, SourceElements*, VarStack*, FunctionStack*, IdentifierSet&, const SourceCode&, CodeFeatures, int numConstants);
1471 EvalNode(JSGlobalData*, SourceElements*, VarStack*, FunctionStack*, IdentifierSet&, const SourceCode&, CodeFeatures, int numConstants);
1489 static PassRefPtr<FunctionBodyNode> create(JSGlobalData*, SourceElements*, VarStack*, FunctionStack*, IdentifierSet&, const SourceCode&, CodeFeatures, int numConstants);
1505 FunctionBodyNode(JSGlobalData*, SourceElements*, VarStack*, FunctionStack*, IdentifierSet
[all...]

Completed in 311 milliseconds