V8 Project
v8::internal::Comparator::Output Class Referenceabstract

#include <liveedit.h>

+ Inheritance diagram for v8::internal::Comparator::Output:
+ Collaboration diagram for v8::internal::Comparator::Output:

Public Member Functions

virtual void AddChunk (int pos1, int pos2, int len1, int len2)=0
 

Protected Member Functions

virtual ~Output ()
 

Detailed Description

Definition at line 204 of file liveedit.h.

Constructor & Destructor Documentation

◆ ~Output()

virtual v8::internal::Comparator::Output::~Output ( )
inlineprotectedvirtual

Definition at line 211 of file liveedit.h.

211 {}

Member Function Documentation

◆ AddChunk()

virtual void v8::internal::Comparator::Output::AddChunk ( int  pos1,
int  pos2,
int  len1,
int  len2 
)
pure virtual

Implemented in v8::internal::TokensCompareOutput, and v8::internal::TokenizingLineArrayCompareOutput.

Referenced by v8::internal::Differencer::ResultWriter::FlushChunk().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: