Home
last modified time | relevance | path

Searched refs:PrintObjectLiteralProperty (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ast/
Dprettyprinter.h93 void PrintObjectLiteralProperty(ObjectLiteralProperty* property);
Dprettyprinter.cc729 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