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

#include <source-position-table.h>

Collaboration diagram for v8::internal::PositionTableEntry:

Public Member Functions

 PositionTableEntry ()
 
 PositionTableEntry (int offset, int64_t source, bool statement)
 

Public Attributes

int64_t source_position
 
int code_offset
 
bool is_statement
 

Detailed Description

Definition at line 22 of file source-position-table.h.

Constructor & Destructor Documentation

◆ PositionTableEntry() [1/2]

v8::internal::PositionTableEntry::PositionTableEntry ( )
inline

Definition at line 23 of file source-position-table.h.

◆ PositionTableEntry() [2/2]

v8::internal::PositionTableEntry::PositionTableEntry ( int offset,
int64_t source,
bool statement )
inline

Definition at line 27 of file source-position-table.h.

Member Data Documentation

◆ code_offset

int v8::internal::PositionTableEntry::code_offset

Definition at line 31 of file source-position-table.h.

◆ is_statement

bool v8::internal::PositionTableEntry::is_statement

Definition at line 32 of file source-position-table.h.

◆ source_position

int64_t v8::internal::PositionTableEntry::source_position

Definition at line 30 of file source-position-table.h.


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