Searched refs:hasConditionContextCodegen (Results 1 – 3 of 3) sorted by relevance
822 ASSERT(expr()->hasConditionContextCodegen()); in emitBytecodeInConditionContext()1039 if (m_expr1->hasConditionContextCodegen()) { in emitBytecodeInConditionContext()1054 if (m_expr2->hasConditionContextCodegen()) in emitBytecodeInConditionContext()1073 if (m_logical->hasConditionContextCodegen()) { in emitBytecode()1411 if (m_condition->hasConditionContextCodegen()) { in emitBytecode()1436 if (m_condition->hasConditionContextCodegen()) { in emitBytecode()1473 if (m_expr->hasConditionContextCodegen()) in emitBytecode()1500 if (m_expr->hasConditionContextCodegen()) in emitBytecode()1539 if (m_expr2->hasConditionContextCodegen()) in emitBytecode()
162 virtual bool hasConditionContextCodegen() const { return false; } in hasConditionContextCodegen() function804 … virtual bool hasConditionContextCodegen() const { return expr()->hasConditionContextCodegen(); } in hasConditionContextCodegen() function975 virtual bool hasConditionContextCodegen() const { return true; } in hasConditionContextCodegen() function
13754 (JSC::ExpressionNode::hasConditionContextCodegen): Helper function to determine13759 (JSC::LogicalNotNode::hasConditionContextCodegen): Returne true only if subexpression13761 (JSC::LogicalOpNode::hasConditionContextCodegen): Return true.