Home
last modified time | relevance | path

Searched refs:IsNullLiteral (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ast/
Dast.cc109 bool Expression::IsNullLiteral() const { in IsNullLiteral() function in v8::internal::Expression
367 DCHECK(!literal->IsNullLiteral()); in CalculateEmitStore()
825 if (left->IsNullLiteral() && Token::IsEqualityOp(op)) { in MatchLiteralCompareNull()
Dast.h235 bool IsNullLiteral() const;
1301 return IsPrototype() && value()->IsNullLiteral(); in IsNullPrototype()
/external/v8/src/interpreter/
Dbytecode-generator.cc1615 if (stmt->subject()->IsNullLiteral() || in VisitForInStatement()