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

/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodeConstructors.h615 inline ConstStatementNode::ConstStatementNode(const JSTokenLocation& location, ConstDeclNode* next) function in class:JSC::ConstStatementNode
H A DASTBuilder.h511 ConstStatementNode* result = new (m_vm) ConstStatementNode(location, decls);
H A DNodes.h1109 class ConstStatementNode : public StatementNode { class in namespace:JSC
1111 ConstStatementNode(const JSTokenLocation&, ConstDeclNode* next);
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DNodesCodegen.cpp1481 // ------------------------------ ConstStatementNode -----------------------------
1483 void ConstStatementNode::emitBytecode(BytecodeGenerator& generator, RegisterID*)

Completed in 196 milliseconds