V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
#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 () |
Static Public Member Functions | |
static const char * | GetCodeEventTypeName (CodeEventType code_event_type) |
Representation of a code creation event
Definition at line 1074 of file v8-profiler.h.
CodeEventType v8::CodeEvent::GetCodeType | ( | ) |