Home
last modified time | relevance | path

Searched refs:IsPrototype (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/ast/
Dast.cc338 if (property->IsPrototype()) continue; in CalculateEmitStore()
411 if (property->IsPrototype()) { in InitDepthAndFlags()
476 if (property->IsPrototype()) { in BuildBoilerplateDescription()
494 if (property->IsPrototype()) continue; in BuildBoilerplateDescription()
Dast.h1237 return IsPrototype() && value()->IsNullLiteral(); in IsNullPrototype()
1239 bool IsPrototype() const { return kind() == PROTOTYPE; } in IsPrototype() function
/third_party/node/deps/v8/src/parsing/
Dparser.h603 return !property->IsPrototype();
Dparser.cc3620 if (property->IsPrototype() || has_error()) return; in SetFunctionNameFromPropertyName()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc3198 if (property->IsPrototype()) { in VisitObjectLiteral()