Home | History | Annotate | Download | only in src

Lines Matching defs:IsNullLiteral

69 bool Expression::IsNullLiteral() {
410 if (left->IsNullLiteral() && Token::IsEqualityOp(op)) {