Home | History | Annotate | Download | only in src

Lines Matching refs:FunctionLiteral

223 void PrettyPrinter::VisitFunctionLiteral(FunctionLiteral* node) {
425 const char* PrettyPrinter::PrintExpression(FunctionLiteral* program) {
434 const char* PrettyPrinter::PrintProgram(FunctionLiteral* program) {
571 void PrettyPrinter::PrintFunctionLiteral(FunctionLiteral* function) {
687 const char* AstPrinter::PrintProgram(FunctionLiteral* program) {
879 void AstPrinter::VisitFunctionLiteral(FunctionLiteral* node) {
1119 const char* JsonAstBuilder::BuildProgram(FunctionLiteral* program) {
1272 void JsonAstBuilder::VisitFunctionLiteral(FunctionLiteral* expr) {
1273 TagScope tag(this, "FunctionLiteral");