Searched refs:ConstStatementNode (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/parser/
H A DNodeConstructors.h672 inline ConstStatementNode::ConstStatementNode(JSGlobalData* globalData, ConstDeclNode* next) function in class:JSC::ConstStatementNode
H A DASTBuilder.h475 ConstStatementNode* result = new (m_globalData) ConstStatementNode(m_globalData, decls);
H A DNodes.h1127 class ConstStatementNode : public StatementNode { class in namespace:JSC
1129 ConstStatementNode(JSGlobalData*, ConstDeclNode* next);
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DNodesCodegen.cpp1326 // ------------------------------ ConstStatementNode -----------------------------
1328 RegisterID* ConstStatementNode::emitBytecode(BytecodeGenerator& generator, RegisterID*)

Completed in 46 milliseconds