v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AllocationTracker::FunctionInfo Struct Reference

#include <allocation-tracker.h>

Public Member Functions

 FunctionInfo ()
 

Data Fields

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

Detailed Description

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

Constructor & Destructor Documentation

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

Field Documentation

int column

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

SnapshotObjectId function_id

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

int line

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

const char* name
int script_id

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

const char* script_name

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


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