Home | History | Annotate | Download | only in src

Lines Matching refs:Literal

297 void PrettyPrinter::VisitLiteral(Literal* node) {
355 Literal* literal = key->AsLiteral();
356 if (literal != NULL && literal->handle()->IsSymbol()) {
360 PrintLiteral(literal->handle(), false);
564 Print("<unknown literal %p>", object);
933 IndentedScope indent(this, "FUNC LITERAL");
937 // We don't want to see the function literal in this case: it
946 IndentedScope indent(this, "FUNC LITERAL");
959 void AstPrinter::VisitLiteral(Literal* node) {
960 PrintLiteralIndented("LITERAL", node->handle(), true);
965 IndentedScope indent(this, "REGEXP LITERAL");
972 IndentedScope indent(this, "OBJ LITERAL");
1005 IndentedScope indent(this, "ARRAY LITERAL");
1054 Literal* literal = node->key()->AsLiteral();
1055 if (literal != NULL && literal->handle()->IsSymbol()) {
1056 PrintLiteralIndented("NAME", literal->handle(), false);