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

#include <kythe-data.h>

Collaboration diagram for v8::internal::torque::KythePosition:

Public Attributes

std::string file_path
 
uint64_t start_offset
 
uint64_t end_offset
 

Detailed Description

Definition at line 17 of file kythe-data.h.

Member Data Documentation

◆ end_offset

uint64_t v8::internal::torque::KythePosition::end_offset

Definition at line 20 of file kythe-data.h.

◆ file_path

std::string v8::internal::torque::KythePosition::file_path

Definition at line 18 of file kythe-data.h.

◆ start_offset

uint64_t v8::internal::torque::KythePosition::start_offset

Definition at line 19 of file kythe-data.h.


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