![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <allocation-tracker.h>
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 |
Definition at line 105 of file allocation-tracker.h.
v8::internal::AllocationTracker::FunctionInfo::FunctionInfo | ( | ) |
Definition at line 97 of file allocation-tracker.cc.
int v8::internal::AllocationTracker::FunctionInfo::column |
Definition at line 113 of file allocation-tracker.h.
SnapshotObjectId v8::internal::AllocationTracker::FunctionInfo::function_id |
Definition at line 108 of file allocation-tracker.h.
int v8::internal::AllocationTracker::FunctionInfo::line |
Definition at line 112 of file allocation-tracker.h.
const char* v8::internal::AllocationTracker::FunctionInfo::name |
Definition at line 107 of file allocation-tracker.h.
int v8::internal::AllocationTracker::FunctionInfo::script_id |
Definition at line 110 of file allocation-tracker.h.
const char* v8::internal::AllocationTracker::FunctionInfo::script_name |
Definition at line 109 of file allocation-tracker.h.
int v8::internal::AllocationTracker::FunctionInfo::start_position |
Definition at line 111 of file allocation-tracker.h.