Home
last modified time | relevance | path

Searched refs:PrintLiteral (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
Dprettyprinter.cc64 PrintLiteral(node->proxy()->name(), false); in VisitVariableDeclaration()
71 PrintLiteral(node->proxy()->name(), false); in VisitFunctionDeclaration()
80 PrintLiteral(node->proxy()->name(), false); in VisitModuleDeclaration()
89 PrintLiteral(node->proxy()->name(), false); in VisitImportDeclaration()
98 PrintLiteral(node->proxy()->name(), false); in VisitExportDeclaration()
116 PrintLiteral(node->name(), false); in VisitModulePath()
122 PrintLiteral(node->url(), true); in VisitModuleUrl()
128 PrintLiteral(node->proxy()->name(), false); in VisitModuleStatement()
163 PrintLiteral(labels->at(0), false); // any label from the list is fine in VisitContinueStatement()
175 PrintLiteral(labels->at(0), false); // any label from the list is fine in VisitBreakStatement()
[all …]
Dprettyprinter.h72 void PrintLiteral(Handle<Object> value, bool quote);
/external/v8/src/
Dprettyprinter.cc63 PrintLiteral(node->proxy()->name(), false); in VisitVariableDeclaration()
70 PrintLiteral(node->proxy()->name(), false); in VisitFunctionDeclaration()
79 PrintLiteral(node->proxy()->name(), false); in VisitModuleDeclaration()
88 PrintLiteral(node->proxy()->name(), false); in VisitImportDeclaration()
97 PrintLiteral(node->proxy()->name(), false); in VisitExportDeclaration()
115 PrintLiteral(node->name(), false); in VisitModulePath()
121 PrintLiteral(node->url(), true); in VisitModuleUrl()
154 PrintLiteral(labels->at(0), false); // any label from the list is fine in VisitContinueStatement()
166 PrintLiteral(labels->at(0), false); // any label from the list is fine in VisitBreakStatement()
254 PrintLiteral(node->variable()->name(), quote); in VisitTryCatchStatement()
[all …]
Dprettyprinter.h72 void PrintLiteral(Handle<Object> value, bool quote);