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

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::Input
virtual int GetLength1 ()=0
 
virtual int GetLength2 ()=0
 
virtual bool Equals (int index1, int index2)=0
 

Additional Inherited Members

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

Detailed Description

Definition at line 259 of file liveedit.cc.

Member Function Documentation

◆ SetSubrange1()

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

Implemented in v8::internal::LineArrayCompareInput.

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

+ Here is the caller graph for this function:

◆ SetSubrange2()

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

Implemented in v8::internal::LineArrayCompareInput.

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

+ Here is the caller graph for this function:

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