Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.cc406 if (properties()->at(i)->IsNullPrototype()) { in InitFlagsForPendingNullPrototype()
428 if (property->IsNullPrototype()) { in InitDepthAndFlags()
Dast.h1300 bool IsNullPrototype() const { in IsNullPrototype() function
/external/v8/src/interpreter/
Dbytecode-generator.cc2243 if (property->IsNullPrototype()) break; in VisitObjectLiteral()
2297 if (property->IsNullPrototype()) continue; in VisitObjectLiteral()