Home | History | Annotate | Download | only in src

Lines Matching defs:IsStringLiteral

62 bool Expression::IsStringLiteral() {
323 if (IsTypeof(left) && right->IsStringLiteral() && Token::IsEqualityOp(op)) {