Searched refs:IsPrototype (Results 1 – 6 of 6) sorted by relevance
365 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()
1301 return IsPrototype() && value()->IsNullLiteral(); in IsNullPrototype()1303 bool IsPrototype() const { return kind() == PROTOTYPE; } in IsPrototype() function
620 return !property->IsPrototype();
1483 bool IsPrototype() { in IsPrototype() function6220 if (IsPrototype()) { in CheckClassMethodName()6248 if (is_static && IsPrototype()) { in CheckClassFieldName()
3714 if (property->IsPrototype()) return; in SetFunctionNameFromPropertyName()
2295 if (property->IsPrototype()) { in VisitObjectLiteral()