Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.cc46 bool Expression::IsNullLiteral() const { in IsNullLiteral() function in v8::internal::Expression
678 if (left->IsNullLiteral() && Token::IsEqualityOp(op)) { in MatchLiteralCompareNull()
Dast.h327 bool IsNullLiteral() const;
/external/v8/src/interpreter/
Dbytecode-generator.cc806 if (stmt->subject()->IsNullLiteral() || in VisitForInStatement()
/external/v8/src/crankshaft/
Dhydrogen.cc10277 if (!arguments->at(kBufferArg)->IsNullLiteral()) { in GenerateTypedArrayInitialize()