Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.cc365 if (property->IsPrototype()) continue; in CalculateEmitStore()
424 if (property->IsPrototype()) { in InitDepthAndFlags()
488 if (property->IsPrototype()) { in BuildBoilerplateDescription()
511 if (property->IsPrototype()) continue; in BuildBoilerplateDescription()
Dast.h1301 return IsPrototype() && value()->IsNullLiteral(); in IsNullPrototype()
1303 bool IsPrototype() const { return kind() == PROTOTYPE; } in IsPrototype() function
/external/v8/src/parsing/
Dparser.h620 return !property->IsPrototype();
Dparser-base.h1483 bool IsPrototype() { in IsPrototype() function
6220 if (IsPrototype()) { in CheckClassMethodName()
6248 if (is_static && IsPrototype()) { in CheckClassFieldName()
Dparser.cc3714 if (property->IsPrototype()) return; in SetFunctionNameFromPropertyName()
/external/v8/src/interpreter/
Dbytecode-generator.cc2295 if (property->IsPrototype()) { in VisitObjectLiteral()