V8 API Reference Guide generated from the header files
|
#include <v8.h>
Data Structures | |
struct | line_info_t |
struct | name_t |
Data Fields | |
EventType | type |
CodeType | code_type |
void * | code_start |
size_t | code_len |
Local< UnboundScript > | script |
void * | user_data |
union { | |
struct name_t name | |
struct line_info_t line_info | |
void * new_code_start | |
}; | |
A JIT code event is issued each time code is added, moved or removed.