![]() |
V8
latest master commit
V8 is Google's open source JavaScript engine
|
#include <v8-profiler.h>
Public Member Functions | |
uintptr_t | GetCodeStartAddress () |
size_t | GetCodeSize () |
Local< String > | GetFunctionName () |
Local< String > | GetScriptName () |
int | GetScriptLine () |
int | GetScriptColumn () |
CodeEventType | GetCodeType () |
const char * | GetComment () |
uintptr_t | GetPreviousCodeStartAddress () |
Static Public Member Functions | |
static const char * | GetCodeEventTypeName (CodeEventType code_event_type) |
Representation of a code creation event
Definition at line 993 of file v8-profiler.h.
|
static |
size_t v8::CodeEvent::GetCodeSize | ( | ) |
uintptr_t v8::CodeEvent::GetCodeStartAddress | ( | ) |
CodeEventType v8::CodeEvent::GetCodeType | ( | ) |
NOTE (mmarchini): We can't allocate objects in the heap when we collect existing code, and both the code type and the comment are not stored in the heap, so we return those as const char*.
const char* v8::CodeEvent::GetComment | ( | ) |
uintptr_t v8::CodeEvent::GetPreviousCodeStartAddress | ( | ) |
int v8::CodeEvent::GetScriptColumn | ( | ) |
int v8::CodeEvent::GetScriptLine | ( | ) |