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

/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodeConstructors.h795 inline SwitchNode::SwitchNode(const JSTokenLocation& location, ExpressionNode* expr, CaseBlockNode* block) function in class:JSC::SwitchNode
H A DASTBuilder.h460 SwitchNode* result = new (m_vm) SwitchNode(location, expr, cases);
H A DNodes.h1584 class SwitchNode : public StatementNode { class in namespace:JSC
1586 SwitchNode(const JSTokenLocation&, ExpressionNode*, CaseBlockNode*);
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DNodesCodegen.cpp2028 // ------------------------------ SwitchNode -----------------------------------
2030 void SwitchNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst)

Completed in 315 milliseconds