Home | History | Annotate | Download | only in src

Lines Matching refs:Literal

247 void PrettyPrinter::VisitLiteral(Literal* node) {
336 Literal* literal = key->AsLiteral();
337 if (literal != NULL && literal->handle()->IsSymbol()) {
341 PrintLiteral(literal->handle(), false);
548 Print("<unknown literal %p>", object);
880 IndentedScope indent(this, "FUNC LITERAL");
884 // We don't want to see the function literal in this case: it
893 IndentedScope indent(this, "FUNC LITERAL");
906 void AstPrinter::VisitLiteral(Literal* node) {
907 PrintLiteralIndented("LITERAL", node->handle(), true);
912 IndentedScope indent(this, "REGEXP LITERAL");
919 IndentedScope indent(this, "OBJ LITERAL");
952 IndentedScope indent(this, "ARRAY LITERAL");
1001 Literal* literal = node->key()->AsLiteral();
1002 if (literal != NULL && literal->handle()->IsSymbol()) {
1003 PrintLiteralIndented("NAME", literal->handle(), false);
1331 void JsonAstBuilder::VisitLiteral(Literal* expr) {
1332 TagScope tag(this, "Literal");