Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dprettyprinter.h115 void PrintObjectProperties(ZonePtrList<ObjectLiteral::Property>* properties);
Dprettyprinter.cc1128 PrintObjectProperties(node->properties()); in VisitObjectLiteral()
1131 void AstPrinter::PrintObjectProperties( in PrintObjectProperties() function in v8::internal::AstPrinter