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

/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodeConstructors.h816 inline ForInNode::ForInNode(const JSTokenLocation& location, ExpressionNode* l, ExpressionNode* expr, StatementNode* statement) function in class:JSC::ForInNode
825 inline ForInNode::ForInNode(VM* vm, const JSTokenLocation& location, const Identifier& ident, ExpressionNode* in, ExpressionNode* expr, StatementNode* statement, unsigned divot, int startOffset, int endOffset, unsigned divotLine, unsigned divotLineStart) function in class:JSC::ForInNode
H A DASTBuilder.h381 ForInNode* result = new (m_vm) ForInNode(m_vm, location, *ident, initializer, iter, statements, initStart, initStart - start, initEnd - initStart, divotLine, divotLineStart);
389 ForInNode* result = new (m_vm) ForInNode(location, lhs, iter, statements);
H A DNodes.h1239 class ForInNode : public StatementNode, public ThrowableExpressionData { class in namespace:JSC
1241 ForInNode(const JSTokenLocation&, ExpressionNode*, ExpressionNode*, StatementNode*);
1242 ForInNode(VM*, const JSTokenLocation&, const Identifier&, ExpressionNode*, ExpressionNode*, StatementNode*, unsigned divot, int startOffset, int endOffset, unsigned divotLine, unsigned divotLineStart);
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DNodesCodegen.cpp1701 // ------------------------------ ForInNode ------------------------------------
1703 void ForInNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst)

Completed in 190 milliseconds