v8 10.2.154 (node 18.16.0)
V8 is Google's open source JavaScript engine
|
#include <v8-callbacks.h>
Data Structures | |
struct | line_info_t |
struct | name_t |
struct | wasm_source_info_t |
Public Types | |
enum | EventType { CODE_ADDED , CODE_MOVED , CODE_REMOVED , CODE_ADD_LINE_POS_INFO , CODE_START_LINE_INFO_RECORDING , CODE_END_LINE_INFO_RECORDING } |
enum | PositionType { POSITION , STATEMENT_POSITION } |
enum | CodeType { BYTE_CODE , JIT_CODE , WASM_CODE } |
Data Fields | ||
EventType | type | |
CodeType | code_type | |
void * | code_start | |
size_t | code_len | |
Local< UnboundScript > | script | |
void * | user_data | |
wasm_source_info_t * | wasm_source_info | |
union { | ||
struct name_t name | ||
struct line_info_t line_info | ||
void * new_code_start | ||
}; | ||
Isolate * | isolate | |
A JIT code event is issued each time code is added, moved or removed.
Definition at line 40 of file v8-callbacks.h.
enum CodeType |
Enumerator | |
---|---|
BYTE_CODE | |
JIT_CODE | |
WASM_CODE |
Definition at line 62 of file v8-callbacks.h.
enum EventType |
Enumerator | |
---|---|
CODE_ADDED | |
CODE_MOVED | |
CODE_REMOVED | |
CODE_ADD_LINE_POS_INFO | |
CODE_START_LINE_INFO_RECORDING | |
CODE_END_LINE_INFO_RECORDING |
Definition at line 41 of file v8-callbacks.h.
enum PositionType |
Enumerator | |
---|---|
POSITION | |
STATEMENT_POSITION |
Definition at line 54 of file v8-callbacks.h.
union { ... } |
size_t code_len |
Definition at line 70 of file v8-callbacks.h.
void* code_start |
Definition at line 68 of file v8-callbacks.h.
CodeType code_type |
Definition at line 66 of file v8-callbacks.h.
Isolate* isolate |
Definition at line 121 of file v8-callbacks.h.
struct line_info_t line_info |
Definition at line 115 of file v8-callbacks.h.
struct name_t name |
Definition at line 112 of file v8-callbacks.h.
void* new_code_start |
Definition at line 118 of file v8-callbacks.h.
Local<UnboundScript> script |
Definition at line 72 of file v8-callbacks.h.
EventType type |
Definition at line 65 of file v8-callbacks.h.
void* user_data |
Definition at line 77 of file v8-callbacks.h.
wasm_source_info_t* wasm_source_info |
Definition at line 108 of file v8-callbacks.h.