V8 Project
v8::internal::SubrangableOutput Class Referenceabstract
+ Inheritance diagram for v8::internal::SubrangableOutput:
+ Collaboration diagram for v8::internal::SubrangableOutput:

Public Member Functions

virtual void SetSubrange1 (int offset, int len)=0
 
virtual void SetSubrange2 (int offset, int len)=0
 
- Public Member Functions inherited from v8::internal::Comparator::Output
virtual void AddChunk (int pos1, int pos2, int len1, int len2)=0
 

Additional Inherited Members

- Protected Member Functions inherited from v8::internal::Comparator::Output
virtual ~Output ()
 

Detailed Description

Definition at line 266 of file liveedit.cc.

Member Function Documentation

◆ SetSubrange1()

virtual void v8::internal::SubrangableOutput::SetSubrange1 ( int  offset,
int  len 
)
pure virtual

Implemented in v8::internal::TokenizingLineArrayCompareOutput.

Referenced by v8::internal::NarrowDownInput().

+ Here is the caller graph for this function:

◆ SetSubrange2()

virtual void v8::internal::SubrangableOutput::SetSubrange2 ( int  offset,
int  len 
)
pure virtual

Implemented in v8::internal::TokenizingLineArrayCompareOutput.

Referenced by v8::internal::NarrowDownInput().

+ Here is the caller graph for this function:

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