Home | History | Annotate | Download | only in src

Lines Matching defs:IsNullLiteral

67 bool Expression::IsNullLiteral() {
371 if (left->IsNullLiteral() && Token::IsEqualityOp(op)) {