Searched refs:IsPrototype (Results 1 – 5 of 5) sorted by relevance
338 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()
1237 return IsPrototype() && value()->IsNullLiteral(); in IsNullPrototype()1239 bool IsPrototype() const { return kind() == PROTOTYPE; } in IsPrototype() function
603 return !property->IsPrototype();
3620 if (property->IsPrototype() || has_error()) return; in SetFunctionNameFromPropertyName()
3198 if (property->IsPrototype()) { in VisitObjectLiteral()