v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::SourceChangeRange Struct Reference

#include <liveedit.h>

Collaboration diagram for v8::internal::SourceChangeRange:

Public Attributes

int start_position
 
int end_position
 
int new_start_position
 
int new_end_position
 

Detailed Description

Definition at line 24 of file liveedit.h.

Member Data Documentation

◆ end_position

int v8::internal::SourceChangeRange::end_position

Definition at line 26 of file liveedit.h.

◆ new_end_position

int v8::internal::SourceChangeRange::new_end_position

Definition at line 28 of file liveedit.h.

◆ new_start_position

int v8::internal::SourceChangeRange::new_start_position

Definition at line 27 of file liveedit.h.

◆ start_position

int v8::internal::SourceChangeRange::start_position

Definition at line 25 of file liveedit.h.


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