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

/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DNodeConstructors.h703 inline BreakNode::BreakNode(VM* vm, const JSTokenLocation& location) function in class:JSC::BreakNode
709 inline BreakNode::BreakNode(const JSTokenLocation& location, const Identifier& ident) function in class:JSC::BreakNode
H A DASTBuilder.h437 BreakNode* result = new (m_vm) BreakNode(m_vm, location);
445 BreakNode* result = new (m_vm) BreakNode(location, *ident);
H A DNodes.h1308 class BreakNode : public StatementNode, public ThrowableExpressionData { class in namespace:JSC
1310 BreakNode(VM*, const JSTokenLocation&);
1311 BreakNode(const JSTokenLocation&, const Identifier&);
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DNodesCodegen.cpp1674 BreakNode* breakNode = static_cast<BreakNode*>(singleStatement);
1976 // ------------------------------ BreakNode ------------------------------------
1978 Label* BreakNode::trivialTarget(BytecodeGenerator& generator)
1992 void BreakNode::emitBytecode(BytecodeGenerator& generator, RegisterID*)

Completed in 123 milliseconds