V8 Project
v8::internal::Comparator Class Reference

#include <liveedit.h>

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

Classes

class  Input
 
class  Output
 

Static Public Member Functions

static void CalculateDifference (Input *input, Output *result_writer)
 

Detailed Description

Definition at line 189 of file liveedit.h.

Member Function Documentation

◆ CalculateDifference()

void v8::internal::Comparator::CalculateDifference ( Comparator::Input input,
Comparator::Output result_writer 
)
static

Definition at line 235 of file liveedit.cc.

236  {
237  Differencer differencer(input);
238  differencer.Initialize();
239  differencer.FillTable();
240  differencer.SaveResult(result_writer);
241 }

References v8::internal::Differencer::FillTable(), v8::internal::Differencer::Initialize(), and v8::internal::Differencer::SaveResult().

Referenced by v8::internal::TokenizingLineArrayCompareOutput::AddChunk(), and v8::internal::LiveEdit::CompareStrings().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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