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

#include <heap-snapshot-generator.h>

Collaboration diagram for v8::internal::EntrySourceLocation:

Public Member Functions

 EntrySourceLocation (int entry_index, int scriptId, int line, int col)
 

Public Attributes

const int entry_index
 
const int scriptId
 
const int line
 
const int col
 

Detailed Description

Definition at line 49 of file heap-snapshot-generator.h.

Constructor & Destructor Documentation

◆ EntrySourceLocation()

v8::internal::EntrySourceLocation::EntrySourceLocation ( int entry_index,
int scriptId,
int line,
int col )
inline

Definition at line 50 of file heap-snapshot-generator.h.

Member Data Documentation

◆ col

const int v8::internal::EntrySourceLocation::col

Definition at line 56 of file heap-snapshot-generator.h.

◆ entry_index

const int v8::internal::EntrySourceLocation::entry_index

Definition at line 53 of file heap-snapshot-generator.h.

◆ line

const int v8::internal::EntrySourceLocation::line

Definition at line 55 of file heap-snapshot-generator.h.

◆ scriptId

const int v8::internal::EntrySourceLocation::scriptId

Definition at line 54 of file heap-snapshot-generator.h.


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