Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dast.cc386 if (properties()->at(i)->IsNullPrototype()) { in InitFlagsForPendingNullPrototype()
415 if (property->IsNullPrototype()) { in InitDepthAndFlags()
Dast.h1236 bool IsNullPrototype() const { in IsNullPrototype() function
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc3141 if (property->IsNullPrototype()) break; in VisitObjectLiteral()
3200 if (property->IsNullPrototype()) continue; in VisitObjectLiteral()