Searched refs:IsStringLiteral (Results 1 – 6 of 6) sorted by relevance
597 bool IsStringLiteral);
41 bool Expression::IsStringLiteral() const { in IsStringLiteral() function in v8::internal::Expression475 if (IsTypeof(left) && right->IsStringLiteral() && Token::IsEqualityOp(op)) { in MatchLiteralCompareTypeof()
217 } else if (!statement.IsStringLiteral()) { in ParseSourceElements()
739 bool IsStringLiteral() const { in IsStringLiteral() function896 if (expression.IsStringLiteral()) { in ExpressionStatement()902 bool IsStringLiteral() { in IsStringLiteral() function
344 bool IsStringLiteral() const;
1622 bool IsStringLiteral) { in LexUDSuffix() argument1657 else if (IsStringLiteral && getLangOpts().CPlusPlus14) { in LexUDSuffix()