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

/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DNodeConstructors.h730 inline LabelNode::LabelNode(const JSTokenLocation& location, const Identifier& name, StatementNode* statement) function in class:JSC::LabelNode
H A DASTBuilder.h500 LabelNode* result = new (m_vm) LabelNode(location, *ident, statement);
H A DNodes.h1348 class LabelNode : public StatementNode, public ThrowableExpressionData { class in namespace:JSC
1350 LabelNode(const JSTokenLocation&, const Identifier& name, StatementNode*);
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DNodesCodegen.cpp2211 // ------------------------------ LabelNode ------------------------------------
2213 void LabelNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst)

Completed in 207 milliseconds