Searched refs:IsNullLiteral (Results 1 – 3 of 3) sorted by relevance
109 bool Expression::IsNullLiteral() const { in IsNullLiteral() function in v8::internal::Expression367 DCHECK(!literal->IsNullLiteral()); in CalculateEmitStore()825 if (left->IsNullLiteral() && Token::IsEqualityOp(op)) { in MatchLiteralCompareNull()
235 bool IsNullLiteral() const;1301 return IsPrototype() && value()->IsNullLiteral(); in IsNullPrototype()
1615 if (stmt->subject()->IsNullLiteral() || in VisitForInStatement()