Searched refs:IsStringLiteral (Results 1 – 6 of 6) sorted by relevance
208 bool IsStringLiteral() const { in IsStringLiteral() function378 if (expression.IsStringLiteral()) { in ExpressionStatement()384 bool IsStringLiteral() { in IsStringLiteral() function
272 } else if (!statement.IsStringLiteral()) { in ParseStatementList()
41 bool Expression::IsStringLiteral() const { in IsStringLiteral() function in v8::internal::Expression623 if (IsTypeof(left) && right->IsStringLiteral() && Token::IsEqualityOp(op)) { in MatchLiteralCompareTypeof()
324 bool IsStringLiteral() const;
597 bool IsStringLiteral);
1626 bool IsStringLiteral) { in LexUDSuffix() argument1661 else if (IsStringLiteral && getLangOpts().CPlusPlus14) { in LexUDSuffix()