|
V8 Project
|
Inheritance diagram for v8::internal::TokensCompareOutput:
Collaboration diagram for v8::internal::TokensCompareOutput:Public Member Functions | |
| TokensCompareOutput (CompareOutputArrayWriter *array_writer, int offset1, int offset2) | |
| void | AddChunk (int pos1, int pos2, int len1, int len2) |
Private Attributes | |
| CompareOutputArrayWriter * | array_writer_ |
| int | offset1_ |
| int | offset2_ |
Additional Inherited Members | |
Protected Member Functions inherited from v8::internal::Comparator::Output | |
| virtual | ~Output () |
Definition at line 384 of file liveedit.cc.
|
inline |
Definition at line 386 of file liveedit.cc.
|
inlinevirtual |
Implements v8::internal::Comparator::Output.
Definition at line 391 of file liveedit.cc.
References array_writer_, offset1_, offset2_, and v8::internal::CompareOutputArrayWriter::WriteChunk().
Here is the call graph for this function:
|
private |
Definition at line 396 of file liveedit.cc.
Referenced by AddChunk().
|
private |
Definition at line 397 of file liveedit.cc.
Referenced by AddChunk().
|
private |
Definition at line 398 of file liveedit.cc.
Referenced by AddChunk().