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

#include <allocation-tracker.h>

Collaboration diagram for v8::internal::AllocationTracker::FunctionInfo:

Public Member Functions

 FunctionInfo ()
 

Public Attributes

const char * name
 
SnapshotObjectId function_id
 
const char * script_name
 
int script_id
 
int start_position
 
int line
 
int column
 

Detailed Description

Definition at line 105 of file allocation-tracker.h.

Constructor & Destructor Documentation

◆ FunctionInfo()

v8::internal::AllocationTracker::FunctionInfo::FunctionInfo ( )

Definition at line 97 of file allocation-tracker.cc.

Member Data Documentation

◆ column

int v8::internal::AllocationTracker::FunctionInfo::column

Definition at line 113 of file allocation-tracker.h.

◆ function_id

SnapshotObjectId v8::internal::AllocationTracker::FunctionInfo::function_id

Definition at line 108 of file allocation-tracker.h.

◆ line

int v8::internal::AllocationTracker::FunctionInfo::line

Definition at line 112 of file allocation-tracker.h.

◆ name

const char* v8::internal::AllocationTracker::FunctionInfo::name

Definition at line 107 of file allocation-tracker.h.

◆ script_id

int v8::internal::AllocationTracker::FunctionInfo::script_id

Definition at line 110 of file allocation-tracker.h.

◆ script_name

const char* v8::internal::AllocationTracker::FunctionInfo::script_name

Definition at line 109 of file allocation-tracker.h.

◆ start_position

int v8::internal::AllocationTracker::FunctionInfo::start_position

Definition at line 111 of file allocation-tracker.h.


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