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

/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodeConstructors.h720 inline LabelNode::LabelNode(const JSTokenLocation& location, const Identifier& name, StatementNode* statement) function in class:JSC::LabelNode
H A DASTBuilder.h481 LabelNode* result = new (m_vm) LabelNode(location, *ident, statement);
H A DNodes.h1308 class LabelNode : public StatementNode, public ThrowableExpressionData { class in namespace:JSC
1310 LabelNode(const JSTokenLocation&, const Identifier& name, StatementNode*);
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DNodesCodegen.cpp2042 // ------------------------------ LabelNode ------------------------------------
2044 void LabelNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst)

Completed in 237 milliseconds