Home | History | Annotate | Download | only in src

Lines Matching defs:IsStringLiteral

41 bool Expression::IsStringLiteral() const {
475 if (IsTypeof(left) && right->IsStringLiteral() && Token::IsEqualityOp(op)) {