Searched refs:ifBlock (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodeConstructors.h647 inline IfElseNode::IfElseNode(const JSTokenLocation& location, ExpressionNode* condition, StatementNode* ifBlock, StatementNode* elseBlock) argument
650 , m_ifBlock(ifBlock)
H A DNodes.h1192 IfElseNode(const JSTokenLocation&, ExpressionNode* condition, StatementNode* ifBlock, StatementNode* elseBlock);
1196 bool tryFoldBreakAndContinue(BytecodeGenerator&, StatementNode* ifBlock,
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DNodesCodegen.cpp1565 bool IfElseNode::tryFoldBreakAndContinue(BytecodeGenerator& generator, StatementNode* ifBlock, argument
1568 StatementNode* singleStatement = JSC::singleStatement(ifBlock);

Completed in 131 milliseconds