Searched refs:IsStringLiteral (Results 1 – 5 of 5) sorted by relevance
322 bool IsStringLiteral() { return (code_ & kStringLiteralFlag) != 0; } in IsStringLiteral() function325 return !IsParenthesized() && IsStringLiteral(); in IsRawStringLiteral()407 if (expression.IsStringLiteral()) { in ExpressionStatement()414 bool IsStringLiteral() { in IsStringLiteral() function
62 bool Expression::IsStringLiteral() { in IsStringLiteral() function in v8::internal::Expression323 if (IsTypeof(left) && right->IsStringLiteral() && Token::IsEqualityOp(op)) { in MatchLiteralCompareTypeof()
182 } else if (!statement.IsStringLiteral()) { in ParseSourceElements()
336 bool IsStringLiteral();
2945 } else if (clause->label()->IsStringLiteral()) { in VisitSwitchStatement()2951 !clause->label()->IsStringLiteral()) || in VisitSwitchStatement()