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

/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DNodeConstructors.h840 , m_lexpr(new (vm) DeconstructingAssignmentNode(location, pattern, 0))
904 inline DeconstructingAssignmentNode::DeconstructingAssignmentNode(const JSTokenLocation& location, PassRefPtr<DeconstructionPatternNode> bindings, ExpressionNode* initializer) function in class:JSC::DeconstructingAssignmentNode
H A DNodes.h1672 class DeconstructingAssignmentNode : public ExpressionNode, public ParserArenaDeletable { class in namespace:JSC
1674 DeconstructingAssignmentNode(const JSTokenLocation&, PassRefPtr<DeconstructionPatternNode>, ExpressionNode*);
H A DASTBuilder.h655 return new (m_vm) DeconstructingAssignmentNode(location, pattern.get(), initializer);
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DNodesCodegen.cpp1867 DeconstructingAssignmentNode* assignNode = static_cast<DeconstructingAssignmentNode*>(m_lexpr);
1941 DeconstructingAssignmentNode* assignNode = static_cast<DeconstructingAssignmentNode*>(m_lexpr);
2393 // ------------------------------ DeconstructingAssignmentNode -----------------
2394 RegisterID* DeconstructingAssignmentNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst)

Completed in 173 milliseconds