v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::CodeEvent Struct Reference

#include <log.h>

Collaboration diagram for v8::internal::CodeEvent:

Public Attributes

Isolateisolate_
 
uintptr_t code_start_address
 
size_t code_size
 
DirectHandle< Stringfunction_name
 
DirectHandle< Stringscript_name
 
int script_line
 
int script_column
 
CodeEventType code_type
 
const char * comment
 
uintptr_t previous_code_start_address
 

Detailed Description

Definition at line 487 of file log.h.

Member Data Documentation

◆ code_size

size_t v8::internal::CodeEvent::code_size

Definition at line 490 of file log.h.

◆ code_start_address

uintptr_t v8::internal::CodeEvent::code_start_address

Definition at line 489 of file log.h.

◆ code_type

CodeEventType v8::internal::CodeEvent::code_type

Definition at line 495 of file log.h.

◆ comment

const char* v8::internal::CodeEvent::comment

Definition at line 496 of file log.h.

◆ function_name

DirectHandle<String> v8::internal::CodeEvent::function_name

Definition at line 491 of file log.h.

◆ isolate_

Isolate* v8::internal::CodeEvent::isolate_

Definition at line 488 of file log.h.

◆ previous_code_start_address

uintptr_t v8::internal::CodeEvent::previous_code_start_address

Definition at line 497 of file log.h.

◆ script_column

int v8::internal::CodeEvent::script_column

Definition at line 494 of file log.h.

◆ script_line

int v8::internal::CodeEvent::script_line

Definition at line 493 of file log.h.

◆ script_name

DirectHandle<String> v8::internal::CodeEvent::script_name

Definition at line 492 of file log.h.


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