Searched refs:PrintObjectLiteralProperty (Results 1 – 2 of 2) sorted by relevance
93 void PrintObjectLiteralProperty(ObjectLiteralProperty* property);
729 PrintObjectLiteralProperty(node->properties()->at(i)); in VisitClassLiteral()780 PrintObjectLiteralProperty(node->properties()->at(i)); in VisitObjectLiteral()786 void PrettyPrinter::PrintObjectLiteralProperty( in PrintObjectLiteralProperty() function in v8::internal::PrettyPrinter