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

/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodeConstructors.h523 inline LogicalOpNode::LogicalOpNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, LogicalOperator oper) function in class:JSC::LogicalOpNode
H A DASTBuilder.h862 return new (m_vm) LogicalOpNode(location, lhs.first, rhs.first, OpLogicalOr);
865 return new (m_vm) LogicalOpNode(location, lhs.first, rhs.first, OpLogicalAnd);
H A DNodes.h958 class LogicalOpNode : public ExpressionNode { class in namespace:JSC
960 LogicalOpNode(const JSTokenLocation&, ExpressionNode* expr1, ExpressionNode* expr2, LogicalOperator);
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DNodesCodegen.cpp1190 // ------------------------------ LogicalOpNode ----------------------------
1192 RegisterID* LogicalOpNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst)
1208 void LogicalOpNode::emitBytecodeInConditionContext(BytecodeGenerator& generator, Label* trueTarget, Label* falseTarget, FallThroughMode fallThroughMode)

Completed in 94 milliseconds