HomeSort by relevance Sort by last modified time
    Searched defs:CallPrinter (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ast/
prettyprinter.h 15 class CallPrinter : public AstVisitor {
17 explicit CallPrinter(Isolate* isolate, bool is_builtin);
18 virtual ~CallPrinter();
21 // string. The result string is alive as long as the CallPrinter is alive.
prettyprinter.cc 16 CallPrinter::CallPrinter(Isolate* isolate, bool is_builtin) {
29 CallPrinter::~CallPrinter() { DeleteArray(output_); }
32 const char* CallPrinter::Print(FunctionLiteral* program, int position) {
40 void CallPrinter::Find(AstNode* node, bool print) {
55 void CallPrinter::Init() {
67 void CallPrinter::Print(const char* format, ...) {
93 void CallPrinter::VisitBlock(Block* node) {
98 void CallPrinter::VisitVariableDeclaration(VariableDeclaration* node) {
    [all...]

Completed in 56 milliseconds