v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
liveedit-diff.cc File Reference
#include "src/debug/liveedit-diff.h"
#include <cmath>
#include <map>
#include <optional>
#include <vector>
#include "src/base/logging.h"
Include dependency graph for liveedit-diff.cc:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Variable Documentation

◆ bottom_right

Point bottom_right

Definition at line 71 of file liveedit-diff.cc.

◆ change_is_ongoing_

bool change_is_ongoing_ = false
private

Definition at line 354 of file liveedit-diff.cc.

◆ change_start_

std::optional<Point> change_start_
private

Definition at line 355 of file liveedit-diff.cc.

◆ fr_forward_

FurthestReaching fr_forward_
private

Definition at line 135 of file liveedit-diff.cc.

◆ fr_reverse_

FurthestReaching fr_reverse_
private

Definition at line 145 of file liveedit-diff.cc.

◆ from

Point from

Definition at line 98 of file liveedit-diff.cc.

◆ input_

Comparator::Input* input_
private

Definition at line 129 of file liveedit-diff.cc.

◆ output_

Comparator::Output* output_
private

Definition at line 130 of file liveedit-diff.cc.

◆ points

std::vector<Point> points

Definition at line 83 of file liveedit-diff.cc.

◆ to

Point to

Definition at line 98 of file liveedit-diff.cc.

◆ top_left

Point top_left

Definition at line 71 of file liveedit-diff.cc.

◆ v_

std::vector<int> v_
private

Definition at line 124 of file liveedit-diff.cc.

◆ x

int x

Definition at line 60 of file liveedit-diff.cc.

◆ y

int y

Definition at line 60 of file liveedit-diff.cc.