Home | History | Annotate | Download | only in src

Lines Matching defs:op_

487       : op_(op), state_(state) {
516 bool strict() const { return op_ == Token::EQ_STRICT; }
517 Condition GetCondition() const { return CompareIC::ComputeCondition(op_); }
523 Token::Value op_;