V8 Project
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 line
 
int column
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FunctionInfo()

Member Data Documentation

◆ column

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

◆ function_id

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

◆ line

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

◆ name

◆ script_id

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

◆ script_name

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

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