Searched refs:PrintProgram (Results 1 – 3 of 3) sorted by relevance
97 const char* PrintProgram(FunctionLiteral* program);
822 const char* AstPrinter::PrintProgram(FunctionLiteral* program) { in PrintProgram() function in v8::internal::AstPrinter
154 .PrintProgram(compilation_info->literal()) in MaybePrintAst()