Searched defs:FunctionStack (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.h90 typedef DeclarationStacks::FunctionStack FunctionStack; typedef in class:JSC::BytecodeGenerator
/external/webkit/Source/JavaScriptCore/parser/
H A DNodes.h93 typedef Vector<FunctionBodyNode*> FunctionStack; typedef in namespace:JSC::DeclarationStacks
1383 typedef DeclarationStacks::FunctionStack FunctionStack; typedef in struct:JSC::ScopeNodeData
1385 ScopeNodeData(ParserArena&, SourceElements*, VarStack*, FunctionStack*, IdentifierSet&, int numConstants);
1389 FunctionStack m_functionStack;
1398 typedef DeclarationStacks::FunctionStack FunctionStack; typedef in class:JSC::ScopeNode
1401 ScopeNode(JSGlobalData*, const SourceCode&, SourceElements*, VarStack*, FunctionStack*, IdentifierSet&, CodeFeatures, int numConstants);
1427 FunctionStack& functionStack() { ASSERT(m_data); return m_data->m_functionStack; }
1453 static PassRefPtr<ProgramNode> create(JSGlobalData*, SourceElements*, VarStack*, FunctionStack*, IdentifierSe
[all...]

Completed in 93 milliseconds