|
V8 Project
|
Collaboration diagram for v8::internal::CompareOutputArrayWriter:Public Member Functions | |
| CompareOutputArrayWriter (Isolate *isolate) | |
| Handle< JSArray > | GetResult () |
| void | WriteChunk (int char_pos1, int char_pos2, int char_len1, int char_len2) |
Private Attributes | |
| Handle< JSArray > | array_ |
| int | current_size_ |
Definition at line 321 of file liveedit.cc.
|
inlineexplicit |
Definition at line 323 of file liveedit.cc.
Definition at line 326 of file liveedit.cc.
References array_.
Referenced by v8::internal::TokenizingLineArrayCompareOutput::GetResult().
Here is the caller graph for this function:
|
inline |
Definition at line 330 of file liveedit.cc.
References array_, current_size_, v8::internal::Smi::FromInt(), and v8::internal::SetElementSloppy().
Referenced by v8::internal::TokenizingLineArrayCompareOutput::AddChunk(), and v8::internal::TokensCompareOutput::AddChunk().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 347 of file liveedit.cc.
Referenced by GetResult(), and WriteChunk().
|
private |
Definition at line 348 of file liveedit.cc.
Referenced by WriteChunk().