Searched refs:IsStringLiteral (Results 1 – 8 of 8) sorted by relevance
256 bool IsStringLiteral() const { in IsStringLiteral() function501 if (expression.IsStringLiteral()) { in ExpressionStatement()507 bool IsStringLiteral() { in IsStringLiteral() function1340 V8_INLINE bool IsStringLiteral(PreParserStatement statement) const {1341 return statement.IsStringLiteral();
636 return IsStringLiteral(statement, ast_value_factory()->use_strict_string());640 return IsStringLiteral(statement, ast_value_factory()->use_asm_string());646 V8_INLINE bool IsStringLiteral(Statement* statement,719 if (expr->IsStringLiteral()) return expr;
4919 } else if (impl()->IsStringLiteral(stat)) { in ParseStatementList()
617 bool IsStringLiteral);
101 bool Expression::IsStringLiteral() const { in IsStringLiteral() function in v8::internal::Expression776 if (IsTypeof(left) && right->IsStringLiteral() && Token::IsEqualityOp(op)) { in MatchLiteralCompareTypeof()
232 bool IsStringLiteral() const;
1654 bool IsStringLiteral) { in LexUDSuffix() argument1689 else if (IsStringLiteral && getLangOpts().CPlusPlus14) { in LexUDSuffix()
2201 if (key->IsStringLiteral()) { in VisitObjectLiteral()4907 if (property->key()->IsStringLiteral()) { in BuildLoadPropertyKey()